From 5ec10018d97b2364541e4490403639ffeb2ab287 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 16 Sep 2024 12:34:04 +0500 Subject: [PATCH] bim.purge_unused_elements_by_class - skip IfcRepresentationContext --- src/bonsai/bonsai/bim/module/debug/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/module/debug/operator.py b/src/bonsai/bonsai/bim/module/debug/operator.py index b9f1d96390..ae872d6c17 100644 --- a/src/bonsai/bonsai/bim/module/debug/operator.py +++ b/src/bonsai/bonsai/bim/module/debug/operator.py @@ -564,7 +564,7 @@ class PurgeUnusedElementsByClass(bpy.types.Operator, tool.Ifc.Operator): "IfcRecurrencePattern", "IfcReference", "IfcRepresentation", - "IfcRepresentationContext", + # "IfcRepresentationContext", # Can be present even in basic empty project. "IfcRepresentationItem", "IfcRepresentationMap", "IfcSchedulingTime",