JMG1 / ExplodedAssembly

FreeCAD workbench to create exploded views and animations of assemblies
GNU Lesser General Public License v2.1
115 stars 27 forks source link

Exploded assembly creates a new unnamed document every time it is opened. #37

Open dannystaple opened 6 months ago

dannystaple commented 6 months ago

The method referenced at: https://github.com/JMG1/ExplodedAssembly/blob/781a3ff6b4d4778f1f6df7b91a28dd3e4edbccbd/InitGui.py#L89

Seems to result in me getting a fresh unnamed document every time. I'm frequently working on the same project for some time, so this is frustrating. It seems the only way to prevent that unnamed document being created currently is to disable exploded assembly from preferences until I need it.