Outliner: rename "Orphaned Datablocks" menu item
Makes the drop-down push searchbox out of the view (which is already quite cramped) change to "Orphan Data".
This commit is contained in:
@@ -1834,7 +1834,7 @@ static void rna_def_space_outliner(BlenderRNA *brna)
|
||||
{SO_LIBRARIES, "LIBRARIES", 0, "Blender File", "Display data of current file and linked libraries"},
|
||||
{SO_DATABLOCKS, "DATABLOCKS", 0, "Datablocks", "Display all raw datablocks"},
|
||||
{SO_USERDEF, "USER_PREFERENCES", 0, "User Preferences", "Display the user preference datablocks"},
|
||||
{SO_ID_ORPHANS, "ORPHANED_DATABLOCKS", 0, "Orphaned Datablocks",
|
||||
{SO_ID_ORPHANS, "ORPHAN_DATA", 0, "Orphan Data",
|
||||
"Display datablocks which are unused and/or will be lost when the file is reloaded"},
|
||||
{0, NULL, 0, NULL, NULL}
|
||||
};
|
||||
|
Reference in New Issue
Block a user