Blender Git Commit Log
Git Commits -> Revision 6f99699
Revision 6f99699 by Joshua Leung (master) May 22, 2014, 03:37 (GMT) |
Previous commit uncovered another bug - Ungrouped FCurves couldn't be rearranged still This was because to the filtering code, those FCurves still weren't in any groups, and so couldn't be visible (since a temporary group is created to house them). As a result, the visible-channels list would be empty, causing all hidden FCurves to be treated as hidden. |
Commit Details:
Full Hash: 6f99699d7d5a362e669b86cee6487e1397b017ba
Parent Commit: 9e76f13
Lines Changed: +19, -2
1 Modified Path:
/source/blender/editors/animation/anim_channels_edit.c (+19, -2) (Diff)