Blender Git Commit Log
Git Commits -> Revision cc3f7ab
Revision cc3f7ab by Nathan Craddock (soc-2019-outliner) June 30, 2019, 02:48 (GMT) |
Outliner: Move sync_select_dirty_flag to new file Adds `outliner_sync.c` for the global rather than storing in Main. |
Commit Details:
Full Hash: cc3f7abbb09a85f8c80084ad1baecbe71369415a
Parent Commit: d5ad3d6
Lines Changed: +50, -18
1 Added Path:
/source/blender/editors/space_outliner/outliner_sync.c (+33, -0) (View)
6 Modified Paths:
/source/blender/blenkernel/BKE_main.h (+0, -11) (Diff)
/source/blender/editors/include/ED_outliner.h (+10, -0) (Diff)
/source/blender/editors/object/object_select.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+1, -2) (Diff)
/source/blender/editors/include/ED_outliner.h (+10, -0) (Diff)
/source/blender/editors/object/object_select.c (+2, -2) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+3, -3) (Diff)
/source/blender/editors/space_outliner/outliner_select.c (+1, -2) (Diff)