Blender Git Loki
Git Commits -> Revision 3f52689
Revision 3f52689 by Nathan Craddock (soc-2019-outliner) June 30, 2019, 03:37 (GMT) |
Outliner: Move selection syncing functions to outliner_sync.c This is just for organization. Also fixes a small error when outliner select/deselect all still synced when selection syncing was disabled. |
Commit Details:
Full Hash: 3f5268959074dbbb1d15814803b38731b4a60878
Parent Commit: cc3f7ab
Lines Changed: +147, -130
6 Modified Paths:
/source/blender/editors/object/object_select.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+0, -109) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+3, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+8, -6) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+0, -12) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+135, -1) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+0, -109) (Diff)
/source/blender/editors/space_outliner/outliner_edit.c (+3, -1) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+8, -6) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+0, -12) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+135, -1) (Diff)