I just thought it was weird because it didn´t get any syntax error doing it as mentioned at first. Also to move it in X without the [] it is: move( 0,1,0, xyz=True, r=True) and in Y: move( 0,0,1, xyz=True, r=True)
I´ll use [] then.Thanks On 20 ene, 16:37, Chad Dombrova <[email protected]> wrote: > > move(1,0,0,xyz=True,r=True) > > try this: > > move( [1,0,0], xyz=True, r=True)
-- http://groups.google.com/group/python_inside_maya
