From fffd7360cbccc84fa670ba56ab4872da0157f90e Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 24 May 2024 16:50:41 +0500 Subject: [PATCH] fix for d4ccadb forgot to add it to global namespace --- .../ifcopenshell/api/geometry/add_representation.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcopenshell-python/ifcopenshell/api/geometry/add_representation.py b/src/ifcopenshell-python/ifcopenshell/api/geometry/add_representation.py index 6dd006f47e..b08fa050f3 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/geometry/add_representation.py +++ b/src/ifcopenshell-python/ifcopenshell/api/geometry/add_representation.py @@ -71,6 +71,8 @@ def add_representation( if "Helper" not in globals(): from blenderbim.bim.module.geometry.helper import Helper + globals()["Helper"] = Helper + usecase = Usecase() # TODO: This usecase currently depends on Blender's data model usecase.file = file