Blender Git Commit Log
Git Commits -> Revision da5025d
Revision da5025d by Joshua Leung (master) December 23, 2009, 11:22 (GMT) |
Bugfix #20463: In graph editor bone channels cannot be selected with 'A' or 'B' border select This bug was caused by my recent commit to get bone select -> selection syncing working. The selection flushing was occurring too readily, blocking any selection tools from having any visible effect. Now this syncing is only triggered when appropriate notifiers+flags have been set. |
Commit Details:
Full Hash: da5025d46d6ba3a8cb723f63de20054de06f285a
SVN Revision: 25533
Parent Commit: 21e2d9b
Lines Changed: +59, -19
5 Modified Paths:
/source/blender/editors/space_action/space_action.c (+20, -7) (Diff)
/source/blender/editors/space_graph/space_graph.c (+23, -12) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+13, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+23, -12) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+13, -0) (Diff)