Animation: Equalize Handle Operator
The Equalize Handles operator allows users to make selected handle lengths uniform: either respecting their original angle from the key control point or by flattening their angle (removing the overshoot sometimes produced by certain handle types). Design: T94172 Reviewed by: sybren Differential Revision: https://developer.blender.org/D13702
This commit is contained in:

committed by
Sybren A. Stüvel

parent
a000de7c2a
commit
17b0c06946
@@ -335,6 +335,7 @@ class GRAPH_MT_key_snap(Menu):
|
||||
layout.operator("graph.snap", text="Selection to Nearest Second").type = 'NEAREST_SECOND'
|
||||
layout.operator("graph.snap", text="Selection to Nearest Marker").type = 'NEAREST_MARKER'
|
||||
layout.operator("graph.snap", text="Flatten Handles").type = 'HORIZONTAL'
|
||||
layout.operator("graph.equalize_handles", text="Equalize Handles").side = 'BOTH'
|
||||
layout.separator()
|
||||
layout.operator("graph.frame_jump", text="Cursor to Selection")
|
||||
layout.operator("graph.snap_cursor_value", text="Cursor Value to Selection")
|
||||
|
Reference in New Issue
Block a user