Hi everyone, I am trying to learn pymel and am working with the manual right now. There was one easy example in the "getting started"-section, which should give me tx of a object:
from pymel.core import * test=polySphere() test.translateX.get() Unfortunately it gives out an error: [...] file <maya console> line 3: 'list' object has no attribute 'translateX' # I know its a freakin simple problem, but I try to get around that for one hour now and need some help, please. BTW: Is there a news group for beginners like me, so I dont have to bother you in the future? Thanks in advance! Chris -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
