diff --git a/src/blenderbim/blenderbim/bim/module/root/data.py b/src/blenderbim/blenderbim/bim/module/root/data.py index b5e5081cec..18f7fbffcd 100644 --- a/src/blenderbim/blenderbim/bim/module/root/data.py +++ b/src/blenderbim/blenderbim/bim/module/root/data.py @@ -59,7 +59,6 @@ class IfcClassData: "IfcContext", "IfcAnnotation", "IfcRelSpaceBoundary", - "IfcTypeProduct", ] version = tool.Ifc.get_schema() if version == "IFC2X3": @@ -71,7 +70,6 @@ class IfcClassData: "IfcStructuralItem", "IfcAnnotation", "IfcRelSpaceBoundary", - "IfcTypeProduct", ] return [(e, e, (get_entity_doc(version, e) or {}).get("description", "")) for e in products]