Animation: Match Slope slider #110567

Merged
Christoph Lendenfeld merged 24 commits from ChrisLend/blender:blend_to_infinity_slider into main 2023-08-17 10:28:56 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 18dbb9819c - Show all commits

View File

@ -299,6 +299,7 @@ class GRAPH_MT_key_blending(Menu):
layout.operator("graph.blend_to_neighbor", text="Blend to Neighbor")
layout.operator("graph.blend_to_default", text="Blend to Default Value")
layout.operator("graph.ease", text="Ease")
layout.operator("graph.blend_to_infinity", text="Blend to Infinity")
class GRAPH_MT_key_smoothing(Menu):