March 14, 2012

After Effects | FX parenting

If your having issues trying to parent an effect you can try using this script to help you making your Effects X,Y coordinates match a null. That way when you move the null the effect follows. keep in mind some effects can be limited by the size of the comp. So you may have to keyframe the effect out.

Null = name of your layer

Null = thisComp.layer("Null");
cntr = Null.anchorPoint;

Null.toComp(cntr)

No comments:

Post a Comment