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:
authorDalai Felinto <dfelinto@gmail.com>2018-01-18 19:11:28 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-18 19:17:07 +0300
commit74f872df3a0d45cba58540f240101ce4724f11d0 (patch)
tree07bbe27807dff29722de0661dbed1474f33ae513 /source/blender/editors/space_outliner/outliner_collections.c
parent33ddd926b769fca68bc485312ca9def847847b87 (diff)
Outliner: Rename "Active View Layer" > "View Layer"
The original name came from a cheap conversion of the "active layer" option to "active render layer" and then "active view layer".
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_collections.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_collections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 3cf7a1ed2dc..3726d0f6294 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -100,7 +100,7 @@ static int collections_editor_poll(bContext *C)
static int view_layer_editor_poll(bContext *C)
{
SpaceOops *so = CTX_wm_space_outliner(C);
- return (so != NULL) && (so->outlinevis == SO_ACT_LAYER);
+ return (so != NULL) && (so->outlinevis == SO_VIEW_LAYER);
}
/* -------------------------------------------------------------------- */