Blender Git Commit Log
Git Commits -> Revision 9085b4a
Revision 9085b4a by Christoph Lendenfeld (master) December 25, 2021, 12:40 (GMT) |
Blend To Neighbor Implementation This patch adds the blend to neighbor operator to the Graph editor. The operator acts like the blend to neighbor operator for a pose context, just working on keyframes. Reviewed by: Sybren A. St�vel Differential Revision: https://developer.blender.org/D9374 Ref: D9374 |
Commit Details:
Full Hash: 9085b4a731fd5315eb97c00fc4bbf7c163698ebc
Parent Commit: e505957
Lines Changed: +177, -0
6 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+11, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+31, -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 (+130, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+31, -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 (+130, -0) (Diff)