debugging collection property

This commit is contained in:
ofskrand
2020-11-05 07:57:24 +01:00
parent aed4706e4c
commit 9560211307
+1 -1
View File
@@ -1527,8 +1527,8 @@ class BIMProperties(PropertyGroup):
override_colour: FloatVectorProperty(
name="Override Colour", subtype="COLOR", default=(1, 0, 0, 1), min=0.0, max=1.0, size=4
)
presentation_layers: CollectionProperty(name="Presentation Layers", type=PresentationLayer)
# presentation_layer: CollectionProperty(name="Presentation Layers", type=PresentationLayer)
class BCFProperties(PropertyGroup):