New Link IFC operator to easily append IFCs from another Blend file into a master file

This commit is contained in:
Dion Moult
2020-12-10 13:52:29 +11:00
parent fb7998980d
commit 2ac0b75dbc
3 changed files with 30 additions and 0 deletions
@@ -2305,6 +2305,8 @@ class BIM_PT_annotation_utilities(Panel):
row = layout.row(align=True)
row.operator("bim.clean_wireframes")
row = layout.row(align=True)
row.operator("bim.link_ifc")
row = layout.row(align=True)
op = row.operator("bim.add_annotation", text="Dim", icon="ARROW_LEFTRIGHT")