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 e3a7f76276
commit 12c10f98a3
+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