-
Offset time of value referenced from other comp?
Okay, so I have several precomps inside a main comp. In the main comp, I have a null that needs to control the camera motion inside all the nested precomps. So I made this:
comp(“MasterComp”).layer(“CameraMovementNull”).transform.position;It doesn’t account for the time offset of the nested precomp though, meaning that a precomp starting 20 seconds into the main comp, will get the camera movement from the very beginning of the main comp. Is there a way to compensate for this? Either manually or automatically?