Implement assigning annotation representation. See #1222.

This commit is contained in:
Dion Moult
2021-01-29 15:15:53 +11:00
parent 4c87ea321d
commit 3e6a737cdb
2 changed files with 13 additions and 1 deletions
@@ -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")