From 250455628d78afc402ba60f3765b3fb44d269be2 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 29 May 2016 10:25:16 +0200 Subject: o Show the Boxer module on load. o Extrude all the parts when generating the model. --- InitGui.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'InitGui.py') diff --git a/InitGui.py b/InitGui.py index b200dc8..fe85dd3 100644 --- a/InitGui.py +++ b/InitGui.py @@ -85,16 +85,16 @@ class BoxerWorkbench(Workbench): def Initialize(self): self.list = ["BoxerMakeBox", "BoxerRemoveBox", "BoxerShowPanel"] self.appendToolbar("Boxer Commands", self.list) - import BoxerGui + import BoxerGui # Loads the Boxer modules def Activated(self): - return + Gui.runCommand('BoxerShowPanel') + return def Deactivated(self): return def ContextMenu(self, recipient): - # "recipient" will be either "view" or "tree" self.appendContextMenu("Boxer", self.list) def GetClassName(self): -- cgit v1.2.3