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:
committed by
Pablo Vazquez
parent
45a73827b0
commit
537d175289
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user