Blender Git Commit Log

Git Commits -> Revision e1ae5bd

Revision e1ae5bd by Bastien Montagne (master)
April 8, 2021, 09:45 (GMT)
LibOverride: Add a dedicated view in the Outliner.

This is a minimal, information-only view currently, listing by default
all the override data-blocks, with their user-edited override
properties.

System-generated overrides (like the overrides of pointers to other
override data-blocks) can be shown through a filter option.

Finally, potential info or warning messages from (auto-)resync propcess
are also shown, as an icon + tooltip next to the affected items.

Part of D10855.

Commit Details:

Full Hash: e1ae5bd45fd0a8c0073039fa3b46835fe20f530e
Parent Commit: 8b68a75
Lines Changed: +414, -26

1 Added Path:

/source/blender/editors/space_outliner/tree/tree_display_override_library.cc (+204, -0) (View)

14 Modified Paths:

/release/scripts/startup/bl_ui/space_outliner.py (+25, -12) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+98, -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_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021