From 9234c33db1ba216b20bdecb924f6b72e4842dd6a Mon Sep 17 00:00:00 2001 From: jim Date: Tue, 25 May 2021 18:24:50 -0700 Subject: [PATCH] Hide ToolController property. TC can be chosen by the first operation in the PathArray Base property. --- src/Mod/Path/PathScripts/PathArray.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathArray.py b/src/Mod/Path/PathScripts/PathArray.py index d70759040a..1316331f5e 100644 --- a/src/Mod/Path/PathScripts/PathArray.py +++ b/src/Mod/Path/PathScripts/PathArray.py @@ -77,6 +77,7 @@ class ObjectArray: def setEditorProperties(self, obj): obj.setEditorMode('JitterPercent', 0) obj.setEditorMode('JitterMagnitude', 0) + obj.setEditorMode('ToolController', 2) if obj.Type == 'Linear2D': obj.setEditorMode('Angle', 2) obj.setEditorMode('Copies', 2)