-
Finding Count of Shapes (Shape Elements) in a Shape Layer
Hello smart folk,
is there any way how I can count the amount of shapes in a shape layer? I have shape layers which contain an X amount of squares. I can address the fill of each shape for example by counting through x:
thisLayer.content(x).content("Fill 1").color;But how do I find out the maximum number of “content”?
(I did not group the shapes so I can count trough easier; so there’s no sub groups.)
Any idea?
Thx a ton
Patrick