-
-
Notifications
You must be signed in to change notification settings - Fork 21.1k
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
Improve the animation bezier editor #48572
Improve the animation bezier editor #48572
Conversation
Calinou
commented
May 9, 2021
•
edited
Loading
edited
- Allow snapping bezier handles to the timeline.
- Allow precise snapping when holding Shift for keyframes and handles.
- Previously, it was only allowed for seeking the timeline.
- This change also impacts the animation track editor, not just the bezier editor.
- Invert the Ctrl + mouse wheel behavior to match the zoom direction in the animation track editor.
- Increase the line spacing between the "Time:" and "Value:" texts to improve readability.
- Tweak box selection styling to match the animation track editor.
- Adjust line widths for hiDPI displays.
86b2ff3
to
e73bec8
Compare
Are there any plans for vertical zoom? It is very difficult to control the handles when the values are small. |
From my testing on |
Ah, thank you. I use Mac often so didn't notice that. It might be better to have an indicator like the horizontal scroll. |
Can you update this? I want to review this on master. |
Rebased. |
e73bec8
to
a9f67d6
Compare
Pics appreciated |
- Allow snapping bezier handles to the timeline. - Allow precise snapping when holding Shift for keyframes and handles. - Previously, it was only allowed for seeking the timeline. - This change also impacts the animation track editor, not just the bezier editor. - Invert the Ctrl + mouse wheel behavior to match the zoom direction in the animation track editor. - Increase the line spacing between the "Time:" and "Value:" texts to improve readability. - Tweak box selection styling to match the animation track editor. - Adjust line widths for hiDPI displays.
a9f67d6
to
4a4d977
Compare
Thanks! |
Cherry-picked for 3.4. |