Add paste buffer to outliner context menu #6139

This commit is contained in:
Andrej730
2025-02-11 15:18:06 +05:00
parent 7f37acfd38
commit 45e36590eb
@@ -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):