Blender Git Commit Log
Git Commits -> Revision 1350bf0
Revision 1350bf0 by Bastien Montagne March 16, 2021, 11:14 (GMT) |
Initial raw liboverride-dedicated view in the Outliner. Disclaimer: this is merely a copy of the Libraries (aka blend file) view, with some minor tweaking. |
Commit Details:
Full Hash: 1350bf059883753efa35ba8c20a1cf91f7be0e5a
Parent Commit: 6d011d0
Lines Changed: +457, -28
1 Added Path:
/source/blender/editors/space_outliner/tree/tree_display_override_library.cc (+216, -0) (View)
13 Modified Paths:
/release/scripts/startup/bl_ui/space_outliner.py (+13, -7) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+8, -6) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+112, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+5, -2) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+62, -9) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/tree/tree_display.cc (+3, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_display.hh (+18, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_collections.c (+8, -6) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+112, -2) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_sync.c (+5, -2) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+62, -9) (Diff)
/source/blender/editors/space_outliner/outliner_utils.c (+1, -0) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -1) (Diff)
/source/blender/editors/space_outliner/tree/tree_display.cc (+3, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_display.hh (+18, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)