Search found 4 matches

by csuebele
Wed Oct 02, 2019 8:20 pm
Forum: Photoshop Scripting - General Discussion
Topic: Get layer with ID
Replies: 7
Views: 10501

Re: Get layer with ID

I'm not sure that will work in my case. I have a list of layersets that I want to exclude and I have a list of all layers - all by ID. I need to create an array of all the layers with certain attributes, but which are not in the omitted layersets. So I did have a loop, but to check to see if a layer...
by csuebele
Wed Oct 02, 2019 4:39 pm
Forum: Photoshop Scripting - General Discussion
Topic: Get layer with ID
Replies: 7
Views: 10501

Re: Get layer with ID

Thanks, but can I get the layer without making it active? I have the layer IDs, I just need to check the layer's what the layer's parent is, without making the layer active, as that will slow down the script too much.
by csuebele
Wed Oct 02, 2019 4:09 pm
Forum: Photoshop Scripting - General Discussion
Topic: Get layer with ID
Replies: 7
Views: 10501

Get layer with ID

I want to get a layer using the layer's ID, but I don't want to make the layer active. I just want to be able to create a variable for the layer, where I can use DOM code to get the layer's parent.
by csuebele
Mon Apr 23, 2018 7:11 pm
Forum: Photoshop Scripting: Reference, Documentation, & Tutorials
Topic: New Book on Extendscript!
Replies: 1
Views: 38707

New Book on Extendscript!

Davide Barranca, whom most of you know, is about to finish his book on Extendscript - a much needed resource! Most of you know how scattered information is on Extendscript, and this book consolidates a lot of that information. He gave me a preview of his chapter on AM code, which has always given me...