yes, i think that should be considered bug. post an issue at the pymel site, pls.
-chad On Wed, Jan 20, 2010 at 10:11 AM, rudi <[email protected]> wrote: > > 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 > -- http://groups.google.com/group/python_inside_maya
