Mesh.ifc_definition - remove unused property

Introduced in 6cc4ce4, seems to be gone for a while now.
This commit is contained in:
Andrej730
2024-11-26 14:46:05 +05:00
parent 2ff7401803
commit e6f0f54c93
-1
View File
@@ -533,7 +533,6 @@ class BIMMeshProperties(PropertyGroup):
is_swept_solid: BoolProperty(name="Is Swept Solid")
is_parametric: BoolProperty(name="Is Parametric", default=False)
subshape_type: StringProperty(name="Subshape Type")
ifc_definition: StringProperty(name="IFC Definition")
ifc_parameters: CollectionProperty(name="IFC Parameters", type=IfcParameter)
item_attributes: CollectionProperty(name="Item Attributes", type=Attribute)
material_checksum: StringProperty(name="Material Checksum", default="[]")