Blender Git Commit Log
Git Commits -> Revision 7cdf7e9
Revision 7cdf7e9 by Bastien Montagne (override-outliner-view) March 26, 2021, 11:45 (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: 7cdf7e992e3494c390ea23d1d9e35f149ea323fc
Parent Commit: 4425bac
Lines Changed: +466, -28
1 Added Path:
/source/blender/editors/space_outliner/tree/tree_display_override_library.cc (+204, -0) (View)
17 Modified Paths:
/release/scripts/startup/bl_ui/space_outliner.py (+25, -12) (Diff)
/source/blender/blenkernel/intern/lib_override.c (+10, -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 (+132, -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 (+5, -0) (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 (+33, -8) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+1, -0) (Diff)
/source/blender/makesdna/DNA_ID.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)
/source/blender/blenkernel/intern/lib_override.c (+10, -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 (+132, -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 (+5, -0) (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 (+33, -8) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+1, -0) (Diff)
/source/blender/makesdna/DNA_ID.h (+5, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+13, -0) (Diff)