Outliner: add "Expand/Collapse All" to view context menu #114138

Merged
Harley Acheson merged 2 commits from lichtwerk/blender:114106_outliner_view_add_expand_collapse_all into main 2023-11-17 00:49:12 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ class OUTLINER_MT_context_menu_view(Menu):
layout.separator()
layout.operator("outliner.expanded_toggle")
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