From 10d302a1f9e35a05b2c5af3f6882f9ae07c69e89 Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Mon, 23 Nov 2015 21:58:44 -0500 Subject: [PATCH] Disabled the closing of the generated model's 3D output when switching to other workbenches. Other workbenches have tools that the user may want to use on the resulting CadQuery output. --- CadQuery/InitGui.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/CadQuery/InitGui.py b/CadQuery/InitGui.py index 6f9c147..40d3d5a 100644 --- a/CadQuery/InitGui.py +++ b/CadQuery/InitGui.py @@ -188,8 +188,6 @@ class CadQueryWorkbench (Workbench): # #Put the UI back the way we found it # FreeCAD.Console.PrintMessage(msg) - Gui.Command.CadQueryCloseScript().Activated() - #Getting the main window will allow us to start setting things up the way we want mw = FreeCADGui.getMainWindow()