Untitled
unknown
plain_text
3 years ago
171 B
11
Indexable
import pymel.core as pm
selected = pm.ls(sl=True)
fo i in selected:
print i.getshape()
pm.setAttr('%s.innerRadius'%i,2)
pm.setAttr('%s.outerRadius'%i,2)Editor is loading...