mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 18:26:25 +00:00
Full support added for exporting material layer and constituent set attributes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user