-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue1082 camera overlay system #1301
Issue1082 camera overlay system #1301
Conversation
Alright I managed to test it 😄 Well I like the icons and I like the simplicity of the overlays. I think it works. I also liked that you can change the safety area area % in the preferences and is found in the general tab in the grid area so it makes sense. The center overlay can sometimes feel a bit too large but it doesn't bother me personally. I can see it's set about 50% horizontally and vertically from center to edges, so maybe a unified customization slider for that could help similarly to the safe areas. The design itself of the safe areas could also work with a dashed line instead of a solid line, but that's a stylistic choice I've only seen in harmony. In other software it's always solid so that's okay as well. Maybe in a future update something i'd really like is to be able to change the color of the overlays to have better contrast. If i'm working on a very heavy lineart or dark colored animation, for example, black over dark colors doesn't tend to work that well, but right now I think it works for most user needs so I'm thinking it could be implemented later as an enhancement once we start getting feedback. The functionality itself is straightforward so I doubt there's going to be a crash or anything due to mishandling, and at least I didn't experience any sort of issue while testing it. |
@Jose-Moreno I agree that a dashed line would be better, also to distinguish the these lines from the grid lines. As for the colors, we could apply composition with xor that would almost always result in a line that's easy to see, the downside of using this is that the text will be not have anti-aliasing, but if that's okay then we could do that. it would basically look like this. would that suffice or would it be better to be able to tweak the colors of these displays. |
@candyface Yes, as long as the guidelines are always clearly visible regardless of the backdrop I think that's quite acceptable. |
If you prefer dashed lines, that's no problem. |
@davidlamhauge Whoops.. I thought I had a local branch of the PR but instead accidentally pushed it directly to your branch. |
No problem @candyface , as long as it works ;-) |
Alright I'll review it later today again and merge it if I find no issues :) |
@Jose-Moreno I've created four alternative overlay icons, making them pop a bit more and color coded them to easily be able to distinguish them from each other. Does it convey the meaning of the overlays better or should we stick with the (although quite ambiguous) "GR" and "SAFE" text ? |
@candyface Hey. Well they look more colorful 😄. I like them as well. If you're going to hace the reticule size to cover the entire icon space (like the green one does) then the blue one should also fill the entire icon, as "thirds" cover the entire screen, otherwise it looks like "pound" sign. The orange one does remind me of the safe area, I think having the icon will help to easily remember what it is, so if given the choice i'd say it's ok to upgrade them to these icons. As an additional note the orange icon could probably benefit to have these little mid section lines that intersect the boundary stroke on the outside to give visual relationship to the camera registration marks of animation layout templates (not necessarily drawn as shown though) But other than that you have my blessing 😉 |
@candyface One of your small changes has been to move the icons into a grid in stead of horizontal alignment. Couldn't it, please, be two rows with four icons, in stead of four rows with two icons? Just like the tools panel. |
+ Tweak config labels + Simplified cross calculation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Adding four options for usefull overlays:
Center, which makes a cross in the center of the field.
Thirds, which divides the field in thirds.
Golden Ratio, which divides the field according to the golden ratio (1:1,618)
Safe Areas, which shows the safe areas for action and titles. Each can be turned on/off separately, and can have values between 1 and 25 %.
All settings are saved in config file.