you could put something like
manipMoveContext -e -oje 0 Move;
in your userSetup.mel...
or
import maya.cmds as cmds
cmds.manipMoveContext("Move", e=True, oje = 0 )
in your userSetup.py
On Wed, Aug 10, 2011 at 12:28 PM, Christian Akesson <[email protected]
> wrote:
> I have been digging around in the globals but have not found an option to
> turn this off through altering a global.
> The move tool has a orient joint flag for when initializing the move tool,
> but nothing that is editable.
>
> Anyone dealt with this?
>
> Thanks,
> /Christian
>
> --
> view archives: http://groups.google.com/group/python_inside_maya
> change your subscription settings:
> http://groups.google.com/group/python_inside_maya/subscribe
>
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe