-
sourceRectAtTime collapse transformations
Does sourceRectAtTime not work with collapse transformations, or am I doing something wrong?
I am trying to align my anchor point to the bottom left side of the precomp. Inside are items of various heights that turn on and off. I thought it would be as simple as turning on collapse transforms so sourceRect could find the height. My bounding box seems correct when I collapse transformations, but the anchor point sticks to the bounding box of the comp without collapse transformations on.
x=thisLayer.sourceRectAtTime().left;
y=thisLayer.sourceRectAtTime().top+height;
[x,y];



