mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 22:12:32 +00:00
Fix. Uninstall Bonsai Decorators if they are not selected at start
This commit is contained in:
@@ -350,6 +350,11 @@ def load_post(scene):
|
|||||||
aggregate_props = tool.Aggregate.get_aggregate_props()
|
aggregate_props = tool.Aggregate.get_aggregate_props()
|
||||||
nest_props = tool.Nest.get_nest_props()
|
nest_props = tool.Nest.get_nest_props()
|
||||||
model_props = tool.Model.get_model_props()
|
model_props = tool.Model.get_model_props()
|
||||||
|
GeoreferenceDecorator.uninstall()
|
||||||
|
AggregateDecorator.uninstall()
|
||||||
|
NestDecorator.uninstall()
|
||||||
|
WallAxisDecorator.uninstall()
|
||||||
|
SlabDirectionDecorator.uninstall()
|
||||||
if georeference_props.should_visualise:
|
if georeference_props.should_visualise:
|
||||||
GeoreferenceDecorator.install(bpy.context)
|
GeoreferenceDecorator.install(bpy.context)
|
||||||
if aggregate_props.aggregate_decorator:
|
if aggregate_props.aggregate_decorator:
|
||||||
|
|||||||
Reference in New Issue
Block a user