Breakdown Implementation

This patch adds the breakdown (or tween) functionality to the graph editor.

The factor defines the linear interpolation from left key to right key.

Reviewed by: Sybren A. Stüvel
Differential Revision: https://developer.blender.org/D9375
Ref: D9375
This commit is contained in:
Christoph Lendenfeld
2021-12-25 20:58:47 +01:00
parent fbd01624e3
commit f7ddb1ed8a
6 changed files with 142 additions and 1 deletions

View File

@@ -344,7 +344,8 @@ class GRAPH_MT_slider(Menu):
def draw(self, _context):
layout = self.layout
layout.operator("graph.breakdown", text="Breakdown")
layout.operator("graph.blend_to_neighbor", text="Blend To Neighbor")