29 Aug 2016
Add keys to animCurveUU
I was looking for any descriptions, posts how can add keys to maya anim curve (UU).
Just use
float
keyword instead of
time:
import maya.cmds as cmds
animCurve =
cmds
.createNode('animCurveUU')
cmds.setKeyframe(animCurve,
float
=0.0, value=0.0)
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment