Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-11-09 15:25:59 +0300
committerJulian Eisel <julian@blender.org>2020-11-11 21:09:11 +0300
commitc2b3a68f248e67c9dc1289f289d998785d780175 (patch)
treed239f1b219cf0baf2a67e5231802537739a3bd15 /source/blender/editors/space_outliner/CMakeLists.txt
parent01318b3112a6627eec5bb75e867ac4468d5f7604 (diff)
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.
Diffstat (limited to 'source/blender/editors/space_outliner/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_outliner/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt
index bbcd5a32ad6..ec95b0da39f 100644
--- a/source/blender/editors/space_outliner/CMakeLists.txt
+++ b/source/blender/editors/space_outliner/CMakeLists.txt
@@ -45,12 +45,12 @@ set(SRC
outliner_utils.c
space_outliner.c
tree/common.cc
- tree/tree_view.cc
- tree/tree_view_libraries.cc
- tree/tree_view_view_layer.cc
+ tree/tree_display.cc
+ tree/tree_display_libraries.cc
+ tree/tree_display_view_layer.cc
outliner_intern.h
- tree/tree_view.hh
+ tree/tree_display.hh
)
set(LIB