LinkedIn
X (Twitter)
Facebook
Quick question:
How do you get and set the local shape scale of a locator in Python?
Hi!
It's the same as for MEL, use getAttr and setAttr.
Example, light locator:
cmds.setAttr( 'directionalLightShape1.locatorScale', 2 )
never-displayed