0

If I wanted to move it correctly. I would select the whole curve and type *=.42 in the graph editor second box and the whole curve will move up. How do I do this using python. Do I use expression?

cjaxx
  • 33
  • 7

1 Answers1

0

I used this seems to work.

cmds.scaleKey("animCurve.x", valuePivot=0, valueScale=0.42 )

cjaxx
  • 33
  • 7