mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 19:07:57 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user