Added JobTemplate support for ToolBit

This commit is contained in:
Markus Lampert
2019-10-29 22:11:10 -07:00
parent d46536c21e
commit 4230af991e
6 changed files with 102 additions and 73 deletions

View File

@@ -47,7 +47,7 @@ class CommandToolBitCreate:
def Activated(self):
import PathScripts.PathToolBitGui as PathToolBitGui
obj = PathToolBitGui.Create()
obj = PathToolBit.Factory.Create()
obj.ViewObject.Proxy.setCreate(obj.ViewObject)
class CommandToolBitSave: