Blender Git Commit Log

Git Commits -> Revision 2d60f64

Revision 2d60f64 by Julian Eisel (outliner-cpp-refactor)
November 7, 2020, 21:46 (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.
* 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: 2d60f64960ed8f5b93de1d87713f7982681dd75e
Parent Commit: fc6338d
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)

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021