Fix. Uninstall Bonsai Decorators if they are not selected at start

This commit is contained in:
Bruno Perdigão
2025-05-30 16:20:42 -03:00
parent f44769c138
commit a531bd8c1f
+5
View File
@@ -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: