mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 15:06:25 +00:00
Implement assigning annotation representation. See #1222.
This commit is contained in:
@@ -58,3 +58,6 @@ class BIM_PT_class(Panel):
|
||||
if props.ifc_predefined_type == "USERDEFINED":
|
||||
row = self.layout.row()
|
||||
row.prop(props, "ifc_userdefined_type")
|
||||
if bpy.context.active_object.data:
|
||||
row = self.layout.row()
|
||||
row.prop(bpy.context.scene.BIMProperties, "contexts")
|
||||
|
||||
Reference in New Issue
Block a user