-
Is it possible to LoopOut("cycle") if the layer already has an expression? How?
As the title asks. I am animating a character riding a bike, and everything is driven by the pedal. As the pedal rotates about it’s axle, it has an expression inverting it’s rotation relative to it’s parent so it stays straight up. On top of that expression, there’s a few small adjustment keyframes so the character’s foot doesn’t stick out of their pants in strange ways. So, I need to loop the minor adjustment keyframes whilst keeping the pedal inverted to the root. Simply adding “LoopOut(“cycle”) to the beginning or end of the expression doesn’t seem to work, it is either ignored completely or overridden by the other expression.
r = transform.rotation + (thisComp.layer(“Pedal Root”).transform.rotation * -1);
[r]