-
Why all layers are parented to a guide layer in some After effects templates ?
Recently I have done backward engineering of an After effects project file for the learning purpose. I have found a guide layer at the bottom of the composition with expression applied to the Anchor, Scale and Position property and all the other layers are parented to this guide layer.
The expressions are like
FOR ANCHOR POINT
[50,50]FOR POSITION
x=thisComp.width/2;
y=thisComp.height/2;
[x,y]FOR SCALE
x=thisComp.width;
y=thisComp.height;
[x,y]Can someone explain why these expressions are applied to the guide layer and why all the layers are parented to it. I have noticed that after parenting the layers, each layer scale value changes to 5.2,9.3%