Fix default layer category to none, not load bearing, in case we import IFC2X3 where this is blank

This commit is contained in:
Dion Moult
2020-11-20 19:49:04 +11:00
parent 44dc5a92b7
commit e150e5f6c3
+1 -1
View File
@@ -578,7 +578,7 @@ class MaterialLayer(PropertyGroup):
("Custom", "Custom", ""),
],
name="Category",
default="LoadBearing",
default="None",
)
custom_category: StringProperty(name="Custom Category")
priority: IntProperty(name="Priority")