Fixing bug after 28cc168

Was causing some tests to fail
This commit is contained in:
Andrej730
2023-06-26 10:33:07 +05:00
parent 5cb1936412
commit 46bc71eac9
+3 -4
View File
@@ -147,10 +147,9 @@ class Material(blenderbim.core.tool.Material):
@classmethod
def is_a_material_set(cls, material):
return material.is_a() in [
"IfcMaterialProfile",
"IfcMaterialLayer",
"IfcMaterialConstituent",
"IfcMaterialList",
"IfcMaterialConstituentSet",
"IfcMaterialLayerSet",
"IfcMaterialProfileSet",
]
@classmethod