What does `cmds.setAttr('pSphere1.translateX', 5)` do in Maya Python?
-
A
Sets the X translation of pSphere1 to 5 units
-
B
Gets the current X translation of pSphere1
-
C
Connects the translateX attribute to a keyframe at value 5
-
D
Locks the translateX attribute so it cannot be changed