Attempt to simplifying assigned items pointer. Stuck on read only

This commit is contained in:
ofskrand
2020-11-05 16:32:49 +01:00
parent 5009371e0f
commit 87e25cc597
3 changed files with 4 additions and 11 deletions
+2 -2
View File
@@ -917,8 +917,8 @@ class BIM_PT_presentation_layers(Panel):
).index = props.active_presentation_layer_index
row = layout.row()
row.prop(pres_layer, "description")
row = layout.row()
row.prop(pres_layer, "assigned_items")
# row = layout.row()
# row.prop(pres_layer, "assigned_items")
row = layout.row()
row.prop(pres_layer, "identifier")
row = layout.row()