From a531bd8c1f4e24004e5592d69d5b6e8071a9cea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Perdig=C3=A3o?= Date: Fri, 30 May 2025 16:20:42 -0300 Subject: [PATCH] Fix. Uninstall Bonsai Decorators if they are not selected at start --- src/bonsai/bonsai/bim/handler.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/bonsai/bonsai/bim/handler.py b/src/bonsai/bonsai/bim/handler.py index 7a41a57b4e..3026aa66ec 100644 --- a/src/bonsai/bonsai/bim/handler.py +++ b/src/bonsai/bonsai/bim/handler.py @@ -350,6 +350,11 @@ def load_post(scene): aggregate_props = tool.Aggregate.get_aggregate_props() nest_props = tool.Nest.get_nest_props() model_props = tool.Model.get_model_props() + GeoreferenceDecorator.uninstall() + AggregateDecorator.uninstall() + NestDecorator.uninstall() + WallAxisDecorator.uninstall() + SlabDirectionDecorator.uninstall() if georeference_props.should_visualise: GeoreferenceDecorator.install(bpy.context) if aggregate_props.aggregate_decorator: