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-07 22:13:37 +0300
committerJulian Eisel <julian@blender.org>2020-11-11 21:08:56 +0300
commit44d8fafd7f0d4f17f1e4c79ec5f9b6154d9bd57c (patch)
tree5ee271cf60843dc3112142ac9f07825c0b6e06e1 /source/blender/editors/space_outliner/CMakeLists.txt
parentad0c387fdf6ed8bfdaedb7f40717ce1811c5680a (diff)
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.
Diffstat (limited to 'source/blender/editors/space_outliner/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_outliner/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/CMakeLists.txt b/source/blender/editors/space_outliner/CMakeLists.txt
index a0577b1103d..bbcd5a32ad6 100644
--- a/source/blender/editors/space_outliner/CMakeLists.txt
+++ b/source/blender/editors/space_outliner/CMakeLists.txt
@@ -44,7 +44,9 @@ set(SRC
outliner_tree.c
outliner_utils.c
space_outliner.c
+ tree/common.cc
tree/tree_view.cc
+ tree/tree_view_libraries.cc
tree/tree_view_view_layer.cc
outliner_intern.h