-
Scale multiple layers on their anchor points
Hi to everybody!
Just a “simple” question we’re trying to solve without success…Suppose I have a lot of layers in a comp that I need to scale by 25%. They have different positions on the layout and different scale (some layer is at 100% scale, someone is not). I need to preserve the layout so I can’t scale them with a parented null (it would scale all the layers around a single anchor points, while I need to scale them on their relative anchors).
A solution would be to scale them using a Trasform Effect but, after the scale process, I need to do some masks and i don’t want to precompose all the layers…Do you know if, using some script or expression, it’s possible to do this?
Thank you in advance,