Blender Git Loki
Git Commits -> Revision 0449da5
Revision 0449da5 by Bastien Montagne (master) March 16, 2021, 17:35 (GMT) |
Outliner: Refactor: Move overrides tree items to new CPP code. Fairly straight forwards. Also fixes the bug from recent refactor that would not show overrides as a tree, but as a flat list directly under IDs. |
Commit Details:
Full Hash: 0449da54602b2e9a1ea58d336f190c3919f3f27a
Parent Commit: 15a4ed3
Lines Changed: +11, -42
6 Modified Paths:
/source/blender/editors/space_outliner/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_element.cc (+6, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_id.cc (+2, -34) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_id.hh (+0, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.cc (+1, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+0, -2) (Diff)
/source/blender/editors/space_outliner/tree/tree_element.cc (+6, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_id.cc (+2, -34) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_id.hh (+0, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.cc (+1, -3) (Diff)
/source/blender/editors/space_outliner/tree/tree_element_overrides.hh (+0, -2) (Diff)