Blender Git Commit Log
Git Commits -> Revision 213d0d6
Revision 213d0d6 by Nathan Craddock (soc-2019-outliner) June 12, 2019, 04:27 (GMT) |
Outliner: Add synced selection This implementation is to see how syncing will be done, to be redone later in a more general way. Right now each operator must explicitly sync the selection. |
Commit Details:
Full Hash: 213d0d6f706006a5cc43376b661c6f8a4e273f77
Parent Commit: 8ee6fd8
Lines Changed: +133, -1
5 Modified Paths:
/source/blender/editors/object/object_select.c (+20, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+6, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+80, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+25, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+6, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+80, -1) (Diff)
/source/blender/editors/space_view3d/view3d_select.c (+25, -0) (Diff)