Re: [Maya-Python] how to use ToolContexts in maya?

2016-12-16 Thread Tim Fowler
moveToolContext is a command that creates the tool itself. You should be able to give it a name, and then call: setToolTo ; That will switch the current tool to your custom one. On Thu, Dec 15, 2016 at 2:43 AM, Mahmoodreza Aarabi wrote: > Hello Friends > > I have a

[Maya-Python] how to use ToolContexts in maya?

2016-12-14 Thread Mahmoodreza Aarabi
Hello Friends I have a problem here to call ToolContexts in maya. for example there is a moveTool folder in C:\Program Files\Autodesk\Maya2016\devkit\plug-ins\moveTool, i build it for maya in windows mll and load its plugin to maya, but i don’t know how should i call it. in its docs has