Blender Git Loki
Git Commits -> Revision 44d8faf
Revision 44d8faf by Julian Eisel (master) November 11, 2020, 18:08 (GMT) |
UI Code Quality: Convert Outliner Blender File mode to new tree buiding design See https://developer.blender.org/D9499. Also: * Add `space_outliner/tree/common.cc` for functions shared between display modes. * I had to add a cast to `ListBaseWrapper` to make it work with ID lists. * Cleanup: Remove internal `Tree` alias for `ListBase`. That was more confusing than helpful. |
Commit Details:
Full Hash: 44d8fafd7f0d4f17f1e4c79ec5f9b6154d9bd57c
Parent Commit: ad0c387
Lines Changed: +277, -163
2 Added Paths:
/source/blender/editors/space_outliner/tree/common.cc (+41, -0) (View)
/source/blender/editors/space_outliner/tree/tree_view_libraries.cc (+204, -0) (View)
/source/blender/editors/space_outliner/tree/tree_view_libraries.cc (+204, -0) (View)
6 Modified Paths:
/source/blender/blenlib/BLI_listbase_wrapper.hh (+2, -1) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+4, -156) (Diff)
/source/blender/editors/space_outliner/tree/tree_view.cc (+3, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_view.hh (+19, -4) (Diff)
/source/blender/editors/space_outliner/tree/tree_view_view_layer.cc (+2, -2) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+2, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+4, -156) (Diff)
/source/blender/editors/space_outliner/tree/tree_view.cc (+3, -0) (Diff)
/source/blender/editors/space_outliner/tree/tree_view.hh (+19, -4) (Diff)
/source/blender/editors/space_outliner/tree/tree_view_view_layer.cc (+2, -2) (Diff)