mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Add paste buffer to outliner context menu #6139
This commit is contained in:
@@ -122,6 +122,7 @@ class BIM_MT_object_set_origin(Menu):
|
||||
def outliner_menu(self, context):
|
||||
self.layout.separator()
|
||||
self.layout.operator("bim.override_outliner_delete", icon="X")
|
||||
self.layout.operator("bim.override_paste_buffer", icon="PLUGIN")
|
||||
|
||||
|
||||
class BIM_PT_representations(Panel):
|
||||
|
||||
Reference in New Issue
Block a user