Remove unused BIMMaterailProperties props #4843

attributes were deprecated in d219856
is_external and name were deprecated awhile ago in 3fe5c88 😁
This commit is contained in:
Andrej730
2024-06-25 15:09:42 +05:00
parent d6a3bc3556
commit 39cd4187ea
-3
View File
@@ -442,9 +442,6 @@ class BIMObjectProperties(PropertyGroup):
class BIMMaterialProperties(PropertyGroup):
is_external: BoolProperty(name="Has External Definition")
name: StringProperty(name="Name")
attributes: CollectionProperty(name="Attributes", type=Attribute)
# In Blender, a material object can map to an IFC material, IFC surface style, or both
ifc_style_id: IntProperty(name="IFC Style ID")
shading_checksum: StringProperty(name="Shading Checksum")