Is there a way to query what tool the user is currently using?
Thanks
tools are called contexts in maya, So the command is:
string $currentTool = `currentCtx`;
Sweet, thanks Joojaa :D. That setToolTo command threw me off
well yes that a naming mismatch.