-
Pickwhipping animations between comps of different length
Hi!
Is there a simple solution for creating linear expression between two comps of different length?
I have a null in a comp which is 40 seconds long (“liikunta-character-D1-001”) and another null in a comp which is 4 minutes long. The null in 4mins comp has a linear expression like this in its position so that it would follow the keyframes of the other comp:
handCTRL = comp("liikunta-character-D1-001").layer("hand_CTRL").transform.position[1];linear(handCTRL,510,90,274,600)
So how would the keyframes start in the right time in the main composition? Now the linear reads the keyframes in the actual time, not the in-point of the shorter comp.
I’m always bad at describing so please, ask if I was unclear 🙂
EDIT: I’m aware I can keep the pre composition same length as the main composition and just cut the in and out points to have the animations in the right time. I’m looking for a solution for comps of different length.