Outliner: clarify "Show Hierarchy" context menu entry
Display OUTLINER_OT_show_hierarchy as "Show Object Hierarchy" Pull Request: https://projects.blender.org/blender/blender/pulls/114139
This commit is contained in:
committed by
Harley Acheson
parent
07820b0703
commit
4793b4592b
@@ -140,7 +140,7 @@ class OUTLINER_MT_context_menu_view(Menu):
|
||||
|
||||
layout.separator()
|
||||
|
||||
layout.operator("outliner.show_hierarchy")
|
||||
layout.operator("outliner.show_hierarchy", text="Show Object Hierarchy")
|
||||
layout.operator("outliner.show_one_level", text="Show One Level")
|
||||
layout.operator("outliner.show_one_level", text="Hide One Level").open = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user