Getting Selected Layer or group layers array using javascript (Photoshop CS4)
问题 K basically I need to write a photoshop script that iterates through the selected layers and retrieve some information about them. if I can get an array of the selected layers I will be fine, I know how to do the rest, but getting that array is been a headache on its own. I know the document holds something like "activeLayers" but I get lost how to deal with levels and sublevel layers. All the layers are in a group, so if its easier, if I can get every layer in a group that would be great too