mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 10:33:20 +00:00
Fix default layer category to none, not load bearing, in case we import IFC2X3 where this is blank
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user