Blender Git Commit Log
Git Commits -> Revision f7ddb1e
Revision f7ddb1e by Christoph Lendenfeld (master) December 25, 2021, 19:58 (GMT) |
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 |
Commit Details:
Full Hash: f7ddb1ed8a2a646e3d04d5e2e46929673084149c
Parent Commit: fbd0162
Lines Changed: +142, -1
6 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+2, -1) (Diff)
/source/blender/editors/animation/keyframes_general.c (+12, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_slider_ops.c (+123, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+12, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+3, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_slider_ops.c (+123, -0) (Diff)