Blender Git Commit Log
Git Commits -> Revision 8bc57e5
Revision 8bc57e5 by Sebastian Parborg (master) November 21, 2019, 10:58 (GMT) |
Add curve decimate in the graph editor Added a animation curve decimate operator in the graph editor Reviewed By: Sybren Differential Revision: https://developer.blender.org/D4841 |
Commit Details:
Full Hash: 8bc57e5b91eb80f4625b7e64eafa5aa43964ca2a
Parent Commit: 122ba77
Lines Changed: +126, -0
6 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+50, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+72, -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/animation/keyframes_general.c (+50, -0) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+72, -0) (Diff)
/source/blender/editors/space_graph/graph_intern.h (+1, -0) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -0) (Diff)