Blender Git Commit Log
Git Commits -> Revision 64ee9ed
Revision 64ee9ed by Bastien Montagne March 18, 2021, 21: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: 64ee9ed4c655530abbb32cb986f3bae2739150da
Parent Commit: 1919b10
Lines Changed: +425, -16
1 Added Path:
/source/blender/editors/space_outliner/tree/tree_display_override_library.cc (+221, -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 (+5, -2) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+114, -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_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/editors/space_outliner/tree/tree_element_overrides.cc (+26, -1) (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 (+5, -2) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+114, -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_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/editors/space_outliner/tree/tree_element_overrides.cc (+26, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)