You can now unlink blender objects to IFC ones. See #1222.

This commit is contained in:
Dion Moult
2021-01-27 15:41:24 +11:00
parent c0ed4074d8
commit c472dc2f1b
3 changed files with 19 additions and 0 deletions
@@ -34,6 +34,7 @@ class BIM_PT_class(Panel):
name += "[{}]".format(data["PredefinedType"])
row = self.layout.row(align=True)
row.label(text=name)
row.operator("bim.unlink_object", icon="UNLINKED", text="").obj = context.active_object.name
row.operator("bim.enable_reassign_class", icon="GREASEPENCIL", text="")
row.operator("bim.unassign_class", icon="X", text="").obj = context.active_object.name
else: