From 74f872df3a0d45cba58540f240101ce4724f11d0 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 18 Jan 2018 14:11:28 -0200 Subject: 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". --- source/blender/editors/space_outliner/outliner_collections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_collections.c') 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); } /* -------------------------------------------------------------------- */ -- cgit v1.2.3