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/tree/common.cc
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/tree/common.cc')
-rw-r--r--source/blender/editors/space_outliner/tree/common.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/tree/common.cc b/source/blender/editors/space_outliner/tree/common.cc
index 56b5d62195e..65c9448634c 100644
--- a/source/blender/editors/space_outliner/tree/common.cc
+++ b/source/blender/editors/space_outliner/tree/common.cc
@@ -17,14 +17,14 @@
/** \file
* \ingroup spoutliner
*
- * Functions and helpers shared between tree-view types or other tree related code.
+ * Functions and helpers shared between tree-display types or other tree related code.
*/
#include "BKE_idtype.h"
#include "RNA_access.h"
-#include "tree_view.hh"
+#include "tree_display.hh"
/* -------------------------------------------------------------------- */
/** \name ID Helpers.