Blender Git Loki
Git Commits -> Revision ce1bc18
Revision ce1bc18 by Antonis Ryakiotakis (master) July 29, 2015, 12:45 (GMT) |
Clean channels tool for Hwoozeberry. Basically it's a clean keyframes tool, but also removes a channel if the only remaining keyframe has the default value only and is not used by drivers or generative modifiers. It's was used to help with performance of keyframe-heavy scenes in gooseberry. Note, as always the curve left after the clean tool is used is not the same as the original, so this tool is better used before doing custom editing of fcurves and after initial keyframe insertion, to get rid of any unwanted keyframes inserted while doing mass keyframe insertion (by selecting all bones and pressing I for instance) |
Commit Details:
Full Hash: ce1bc1838b611b53fe06dc3ead81eb4b0460634b
Parent Commit: 18af73e
Lines Changed: +55, -12
6 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+3, -0) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+2, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+37, -4) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+6, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+6, -4) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+2, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+37, -4) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+6, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+6, -4) (Diff)