Blender Git Loki
Git Commits -> Revision 45955fe
Revision 45955fe by Joshua Leung (master) December 4, 2009, 03:51 (GMT) |
Bugfixes: Deleting Keyframes + F-Curves This commit fixes #19908 and #20239. Deleting keyframes will now delete the F-Curves they came from too, if the F-Curves don't have any more keyframes and/or F-Modifiers providing any further motion info. |
Commit Details:
Full Hash: 45955fef18c57a5d5633b88e823a9bb9d86b38e4
SVN Revision: 25116
Parent Commit: a9b9993
Lines Changed: +64, -42
6 Modified Paths:
/source/blender/editors/animation/anim_channels_edit.c (+35, -24) (Diff)
/source/blender/editors/animation/keyframes_general.c (+0, -8) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -6) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+12, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+9, -1) (Diff)
/source/blender/editors/animation/keyframes_general.c (+0, -8) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -6) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+12, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+9, -1) (Diff)