-
Wiggle Expression – get another layer to wiggle one frame after
I’m rigging a character and would like his torso Rotation to wiggle slightly. To do this, I have the expression with Posterize Time and Wiggle:
//wiggle posterize time
posterizeTime(f);
wiggle(f,a);
In my animation I like to have the head rotate slightly one frame after the torso rotates for a smoother body motion.
But with this posterize time/ wiggle expression, I can’t seem to figure out how to get the head to wiggle one frame after the torso does. Any thoughts?
Essentially what that expression above is doing, is giving me a random value every (f) frames.
I’ve tried just doing (f+1) but it’s not rotating the head one frame after the torso.
My comp is at 23.976 fps if that helps.
Thank you in advance for any help!!