Hi all, I'm trying to create a string attr, but im getting and error saying the type specified is unknown. The pymel docs say otherwise.
sel = pym.selected() pym.addAttr(sel[0], longName="ieCacheType", at="string" ) # Error: RuntimeError: Type specified for new attribute is unknown. # Any thoughts on why? Thanks! -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
