Blender Git Commit Log

Git Commits -> Revision c2b3a68

Revision c2b3a68 by Julian Eisel (master)
November 11, 2020, 18:09 (GMT)
Cleanup: Rename Outliner "tree-view" types to "tree-display" & update comments

See https://developer.blender.org/D9499.

"View" leads to weird names like `TreeViewViewLayer` and after all they are
specific to what we call a "display mode", so "display" is more appropriate.

Also add, update and correct comments.

Commit Details:

Full Hash: c2b3a68f248e67c9dc1289f289d998785d780175
Parent Commit: 01318b3
Lines Changed: +729, -721

4 Added Paths:

/source/blender/editors/space_outliner/tree/tree_display.cc (+60, -0) (View)
/source/blender/editors/space_outliner/tree/tree_display.hh (+154, -0) (View)
/source/blender/editors/space_outliner/tree/tree_display_libraries.cc (+213, -0) (View)
/source/blender/editors/space_outliner/tree/tree_display_view_layer.cc (+284, -0) (View)

4 Deleted Paths:

/source/blender/editors/space_outliner/tree/tree_view.cc (+0, -60)
/source/blender/editors/space_outliner/tree/tree_view.hh (+0, -146)
/source/blender/editors/space_outliner/tree/tree_view_libraries.cc (+0, -213)
/source/blender/editors/space_outliner/tree/tree_view_view_layer.cc (+0, -284)

4 Modified Paths:

/source/blender/editors/space_outliner/CMakeLists.txt (+4, -4) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+1, -1) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+11, -11) (Diff)
/source/blender/editors/space_outliner/tree/common.cc (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021