mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 23:20:56 +00:00
You can now copy classes in bulk.
This commit is contained in:
@@ -39,7 +39,7 @@ class BIM_PT_class(Panel):
|
|||||||
name += "[{}]".format(data["PredefinedType"])
|
name += "[{}]".format(data["PredefinedType"])
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text=name)
|
row.label(text=name)
|
||||||
row.operator("bim.copy_class", icon="DUPLICATE", text="").obj = context.active_object.name
|
row.operator("bim.copy_class", icon="DUPLICATE", text="")
|
||||||
row.operator("bim.unlink_object", icon="UNLINKED", text="")
|
row.operator("bim.unlink_object", icon="UNLINKED", text="")
|
||||||
row.operator("bim.enable_reassign_class", icon="GREASEPENCIL", text="")
|
row.operator("bim.enable_reassign_class", icon="GREASEPENCIL", text="")
|
||||||
if context.selected_objects:
|
if context.selected_objects:
|
||||||
|
|||||||
Reference in New Issue
Block a user