From 4d0ded8232f24370c586637c2ccd009725ffd53f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 12 Jun 2016 12:35:17 +0200 Subject: o More work on disabling sides. --- BoxerGui.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BoxerGui.py') diff --git a/BoxerGui.py b/BoxerGui.py index 1527ca4..3c949da 100644 --- a/BoxerGui.py +++ b/BoxerGui.py @@ -83,6 +83,9 @@ class BoxerGui(object): Gui.SendMsgToActiveView("ViewSelection") Gui.Selection.clearSelection() + # This results in some strange flickering. Perhaps all the items should be set visible=False while rotating + Gui.SendMsgToActiveView("ViewAxo") + def removeBox(self): doc = FreeCAD.ActiveDocument Boxer.removeEverything(doc) -- cgit v1.2.3