Blender Git Loki
Git Commits -> Revision db4d342
Revision db4d342 by Joshua Leung (master) December 16, 2012, 06:30 (GMT) |
Bugfix #33541 - Deleting all keyframes leaves dangling action groups When deleting all keyframes in F-Curves, the corresponding F-Curves are deleted. If all the F-Curves in an action group were deleted in such a way, the group wouldn't be removed. This meant that these groups would never be shown (until F-Curves for these groups were created again), but would still exist, causing problems when trying to rearrange groups in the animation editors (i.e. groups would appear to not move). Now these groups get deleted when they get empty. |
Commit Details:
Full Hash: db4d342223e699407ad71f917a58d5d86a167073
SVN Revision: 53052
Parent Commit: 5310961
Lines Changed: +20, -10
1 Modified Path:
/source/blender/editors/animation/anim_channels_edit.c (+20, -10) (Diff)