Blender Git Loki
Git Commits -> Revision 237cd68
Revision 237cd68 by Joshua Leung (master) October 12, 2009, 11:27 (GMT) |
Animation Editors: 'Only Selected' filtering option now works on Pose Channels too * Only F-Curves and Drivers that affect selected bones will be visible when this happens. * Moved the function to grab text within a pair of "" following some prefix to blenlib. |
Commit Details:
Full Hash: 237cd688aaead5592393db58cf2e39e2ab3ce9b2
SVN Revision: 23780
Parent Commit: b4a1136
Lines Changed: +125, -75
5 Modified Paths:
/source/blender/blenlib/BLI_string.h (+11, -0) (Diff)
/source/blender/blenlib/intern/string.c (+24, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+7, -7) (Diff)
/source/blender/editors/animation/anim_filter.c (+81, -42) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+2, -26) (Diff)
/source/blender/blenlib/intern/string.c (+24, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+7, -7) (Diff)
/source/blender/editors/animation/anim_filter.c (+81, -42) (Diff)
/source/blender/editors/animation/anim_ipo_utils.c (+2, -26) (Diff)