diff --git a/src/blenderbim/blenderbim/tool/material.py b/src/blenderbim/blenderbim/tool/material.py index 6ffeb8f587..0cf0aacdb1 100644 --- a/src/blenderbim/blenderbim/tool/material.py +++ b/src/blenderbim/blenderbim/tool/material.py @@ -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