Hi, something weird is happening with the move command when I try to move an object in xyz.Just create an object and evaluate the following:
move(1,0,0,xyz=True,r=True) The object is moved in the Z axis instead of the X. This works ok: move(1,x=True,r=True) And also this works properly: import maya.cmds as mc mc.move(1,0,0,xyz=True,r=True) So I only can think that is is a bug in pymel?? Cheers
-- http://groups.google.com/group/python_inside_maya
