-
Get Largest Rectangle Path Size From Different Shape Layers
I need to grab layer(“A”+n).content(“Rectangle Path 1”).size[0] from each shape layer starting from A1, A2, etc and set a Point Control to the maximum number, regardless of how many shapes with rectangles I add. Is this possible? I imagine there’s a for loop alongside a try catch to see if the layer has a Rectangle Path 1, but I’m having trouble putting everything together.