mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 17:06:23 +00:00
Improve UX of assigning classes to multiple objects. See #1222.
This commit is contained in:
@@ -42,7 +42,6 @@ class BIM_PT_class(Panel):
|
||||
self.draw_class_dropdowns()
|
||||
row = self.layout.row(align=True)
|
||||
op = row.operator("bim.assign_class")
|
||||
op.obj = context.active_object.name
|
||||
op.ifc_class = bpy.context.scene.BIMRootProperties.ifc_class
|
||||
op.predefined_type = bpy.context.scene.BIMRootProperties.ifc_predefined_type
|
||||
op.userdefined_type = bpy.context.scene.BIMRootProperties.ifc_userdefined_type
|
||||
|
||||
Reference in New Issue
Block a user