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".
This commit is contained in:
@@ -2115,7 +2115,7 @@ static void rna_def_space_outliner(BlenderRNA *brna)
|
||||
{SO_USERDEF, "USER_PREFERENCES", 0, "User Preferences", "Display user preference data"},
|
||||
{SO_ID_ORPHANS, "ORPHAN_DATA", 0, "Orphan Data",
|
||||
"Display data-blocks which are unused and/or will be lost when the file is reloaded"},
|
||||
{SO_ACT_LAYER, "ACT_LAYER", 0, "Active View Layer", "Display the collections of the active view layer"},
|
||||
{SO_VIEW_LAYER, "VIEW_LAYER", 0, "View Layer", "Display the collections of the active view layer"},
|
||||
{SO_COLLECTIONS, "COLLECTIONS", 0, "Collections", "Display all collections based on the "
|
||||
"master collection hierarchy"},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
|
||||
Reference in New Issue
Block a user