Automatically create keyframes in between 2 linear keyframes
Posted by Kevin Tosi on November 15, 2016 at 2:42 pm
In the image attached, I have 2 keyframes set for linear motion. Is there a way to automatically create keyframes every 2 frames in between those. I like the look of using holds rather than fluid motion and this would make this task a lot quicker. Thanks as always, oh wise creativecow gods.
Alt+click the stopwatch for the property and paste the following code:
posterizeTime(15);
value
This will return the value from the keyframes for the property, 15 times every second, giving you that stuttery look. Change the number 15 between the parentheses to suit your taste.