nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
171 B
4
Indexable
Never
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)

nord vpnnord vpn
Ad