Outliner: Add shortcut to Add Object and Duplicate

Add shortcuts to the Outliner for consistency and convenience:
* Add Object (Shift+A)
* Duplicate (Shift+D)
* Duplicate Linked (Alt+D)

More info and images in the PR.

Pull Request: https://projects.blender.org/blender/blender/pulls/117922
This commit is contained in:
Pablo Vazquez
2024-02-07 12:00:09 +01:00
committed by Pablo Vazquez
parent 45a73827b0
commit 537d175289
3 changed files with 8 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ class OUTLINER_MT_view_pie(Menu):
pie = layout.menu_pie()
pie.operator("outliner.show_hierarchy")
pie.operator("outliner.show_active", icon='ZOOM_SELECTED')
pie.operator("outliner.expanded_toggle")
class OUTLINER_MT_edit_datablocks(Menu):