-
Parent layer to child layer
Hi,
In my recent post, I have found a way to control the child layer with a parent also moving the parent layer independently from its initial position, attaching the code.
Is it possible to connect two child layers to one parent layer and also animate the parent independently?
In my case im creating a face rig where i want to control the Left side of face position with a layer and Right side of face with another layer, and also the face can move in its independent direction from its initial position.
Can you pls help.
Thanks.
Much Appreciatedp = thisComp.layer("parent").transform.position;
delta = valueAtTime(0) - p.valueAtTime(0);
p + delta
Sorry, there were no replies found.