mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
testing with layers [skip ci]
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user