Search found 528 matches

by Kukurykus
Wed Oct 02, 2019 4:28 pm
Forum: Photoshop Scripting - General Discussion
Topic: Get layer with ID
Replies: 7
Views: 10935

Re: Get layer with ID

id = activeDocument.activeLayer.id // some code sTT = stringIDToTypeID; (ref = new ActionReference()).putIdentifier(sTT('layer'), id) (dsc = new ActionDescriptor()).putReference(sTT('null'), ref) executeAction(sTT('select'), dsc) The above is to check active layer id, that later can be used to sele...
by Kukurykus
Wed Oct 02, 2019 2:39 pm
Forum: Help Me
Topic: Getting EXIF field "OriginalRawFileName"?
Replies: 9
Views: 8086

Re: Getting EXIF field "OriginalRawFileName"?

Where can we see that Raw Filename displayed in Bridge and is there any difference between current name and original?
by Kukurykus
Wed Jul 31, 2019 1:22 am
Forum: Help Me
Topic: Making a layer group active
Replies: 2
Views: 4185

Re: Making a layer group active

Change 'artLayers' to 'layers' or if you have artLayers and groups with the same name then to 'layerSets'.
by Kukurykus
Wed Jun 26, 2019 9:59 am
Forum: Photoshop Scripting - General Discussion
Topic: Run Batch, Target Only .PSD Files and Not .PDF Files
Replies: 1
Views: 4076

Re: Run Batch, Target Only .PSD Files and Not .PDF Files

Yes you can do it easier way by scripting, so without Photoshop batch, and only for specific operation instead of things you don't need they are in Photoshop Batch. Also the way to process files by pressing one key without additional settings. I'm quite buys now, but if you are interested in the scr...
by Kukurykus
Fri Jun 21, 2019 8:06 pm
Forum: Photoshop Scripting - General Discussion
Topic: Is there any script/plugin to search for a specific color in the swatches panel?
Replies: 6
Views: 8064

Re: Is there any script/plugin to search for a specific color in the swatches panel?

It's doable of course. I can do it, probably this weekend. I PM'ed you to be in touch...
by Kukurykus
Fri Jun 21, 2019 6:54 pm
Forum: Photoshop Scripting - General Discussion
Topic: Is there any script/plugin to search for a specific color in the swatches panel?
Replies: 6
Views: 8064

Re: Is there any script/plugin to search for a specific color in the swatches panel?

Tell me if I understood. You want search box where the user type full name of available swatch, so for ex. "PANTONE 9581 U". Then the swatch is inserted at beginning of visible bar swatches as well as set as foreground color? Would not that be a problem the client had to know the name of s...
by Kukurykus
Thu Jun 20, 2019 8:08 am
Forum: Questions, Suggestions and Feedback
Topic: Why code lines indentations are not displayed anymore !?
Replies: 7
Views: 31129

Re: Why code lines indentations are not displayed anymore !?

Probably if Mike Hale lead his original forum like when he lived still we had more active users here.