Anim: Graph Editor Push/Pull operator

This finishes the work that Ares Deveaux started here #106527

Scales the selected keys from an imaginary line that
runs from the start to the end of the segment.

Co-authored-by: Ares Deveaux <aresdevo@gmail.com>
Pull Request: https://projects.blender.org/blender/blender/pulls/112388
This commit is contained in:
Christoph Lendenfeld
2023-09-21 12:46:27 +02:00
committed by Christoph Lendenfeld
parent 7e944b1b2c
commit 25031f8a86
6 changed files with 120 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ class GRAPH_MT_key_blending(Menu):
layout.operator("graph.blend_offset", text="Blend Offset")
layout.operator("graph.blend_to_ease", text="Blend to Ease")
layout.operator("graph.match_slope", text="Match Slope")
layout.operator("graph.push_pull", text="Push Pull")
layout.operator("graph.shear", text="Shear Keys")
layout.operator("graph.scale_average", text="Scale Average")