Is there a way to scale keyframes using exact calculations? For example, I want to make an animation exactly 1.5 times as long. Also, what if I want to add .25 to the entire translateX?
Scale an animation manually and watch the commands scroll by in the script window. Take those commands and put in your own values.
## In theory there is no difference between theory and practice## In practice they are very different
You can precisely scale both time and/or key values. Select keys in the Graph Ed; RMB> Edit>Scale (OptionBox)
GRAPH EDITOR GRAPH EDITOR GRAPH EDITOR
"There are no such things as bad animations....no, wait, yes there are."
scaleKey -tp 0 -ts 1.5;The other command is 'keyframe' look up the mel docs on this one, it is pretty complex.