Animation: Scale Average slider for Graph Editor
This patch has been originally authored by Ares Deveaux #106526 Scale the selected key segments to their average Unlike just scaling using the transform tools, this scales to the average of each individual F-Curve segment. Co-authored-by: Ares Deveaux <aresdevo@gmail.com> Pull Request: https://projects.blender.org/blender/blender/pulls/111744
This commit is contained in:
committed by
Christoph Lendenfeld
parent
e39cc78313
commit
1a73039499
@@ -325,6 +325,7 @@ class GRAPH_MT_key_blending(Menu):
|
||||
layout.operator("graph.blend_to_ease", text="Blend to Ease")
|
||||
layout.operator("graph.match_slope", text="Match Slope")
|
||||
layout.operator("graph.shear", text="Shear Keys")
|
||||
layout.operator("graph.scale_average", text="Scale Average")
|
||||
|
||||
|
||||
class GRAPH_MT_key_smoothing(Menu):
|
||||
|
||||
Reference in New Issue
Block a user