Restore IFC element menu removed in 23db38d

Example - https://i.imgur.com/1FRgYiQ.png
Restored it until we find some other place for it.
This commit is contained in:
Andrej730
2024-10-04 18:44:23 +05:00
parent ca9681568c
commit 0935159c42
+1
View File
@@ -669,4 +669,5 @@ class BIM_MT_elements(Menu):
def add_menu(self, context):
self.layout.operator("bim.launch_add_element", icon_value=bonsai.bim.icons["IFC"].icon_id, text="IFC Element")
self.layout.menu("BIM_MT_elements", icon_value=bonsai.bim.icons["IFC"].icon_id)
self.layout.separator()