cactimurray
12/18/2018 - 8:01 PM

Absolute Position

L = thisComp.layer("Shape Layer 1");
r = L.sourceRectAtTime(time,false);
L.toWorld([r.left + r.width/2,r.top + r.height/2])
L = thisComp.layer("Null 1");
L.toWorld([L.width,L.height]/2)