testing with layers [skip ci]

This commit is contained in:
Kristoffer
2020-11-02 15:14:33 +01:00
parent 2b1a7eec47
commit d9ecd20414
5 changed files with 922 additions and 699 deletions
+4 -1
View File
@@ -647,7 +647,10 @@ class BIM_PT_mesh(Panel):
row.operator("bim.update_ifc_representation", icon="FILE_REFRESH", text="").index = index
row = layout.row()
row.prop(props, "presentation_layer")
row.prop(props.presentation_layer, "name")
row.prop(props.presentation_layer, "description")
row.prop(props.presentation_layer, "identifier")
row.prop(props.presentation_layer, "layer_on")
row = layout.row()
row.prop(props, "is_parametric")