mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Remove unused BIMMaterailProperties props #4843
attributes were deprecated ind219856is_external and name were deprecated awhile ago in3fe5c88😁
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user