-
referencing from a lower comp
I have a maincomp with a character. Then I have a pre-comp “eyes”. In “eyes” comp I have pupils that I want to be able to control on the maincomp.
I make a null_1 on “eyes” layer and parent pupils to the null_1.I make a null_2 on the maincomp and make an position expression on null_1 to use null_2 position.
It all works good, I am able to control pupils on the maincomp. But if I change the size of the maincomp, the pupils fall out of place.
Why is this?
I could put the eyes and pupils and the rest on the maincomp, but I have quite few objects on the eyescomp, so it seems cleanest to keep them on a precomp. Also because I want to control the opacity with eyecomps own opacity and with masks.
I’d like to know why this falling out of place occurs. Or if there are any other solutions, I’d be happy to know them. Or any tutorials touching this same subject?