Full support added for exporting material layer and constituent set attributes

This commit is contained in:
Dion Moult
2020-11-06 21:57:34 +11:00
parent adf9ac52b2
commit 19b867dae8
3 changed files with 77 additions and 25 deletions
@@ -162,6 +162,8 @@ class BIM_PT_object_material(Panel):
row = layout.row()
row.prop(material, "layer_thickness")
row = layout.row()
row.prop(material, "is_ventilated")
row = layout.row()
row.prop(material, "priority")
elif props.material_type == "IfcMaterialConstituentSet":
row.template_list(