Search found 3 matches

by toub
Mon Aug 07, 2017 2:49 pm
Forum: Help Me
Topic: Detect layers containing shadow filter
Replies: 2
Views: 4330

Re: Detect layers containing shadow filter

Here is the solution to get the list of effects: function prLayerHasKey(key){ var ref = new ActionReference(); ref.putEnumerated( charIDToTypeID("Lyr "), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") ); return executeActionGet(ref).hasKey(stringIDToTypeID(key)); } func...
by toub
Tue Aug 01, 2017 6:36 am
Forum: Photoshop Scripting Services
Topic: Need a PS script written, will pay
Replies: 2
Views: 10083

Re: Need a PS script written, will pay

Hi, Experimented Javascript developer, I started to develop a few Photoshop scripts this year, so I may help. Until now, I created script with the following features: - use the open PSD or find PSD matching a pattern in a directory - finding layers based on their type, name - creating, deleting, hid...
by toub
Mon Jul 31, 2017 7:44 am
Forum: Help Me
Topic: Detect layers containing shadow filter
Replies: 2
Views: 4330

Detect layers containing shadow filter

Hi photoshop community! I am familiar with javascript, but new with adobe scripting. I wrote a few first scripts, but I am now stucked with the following use case. I have some NORMAL layers containing an image, but I have to implement the following use case: - detect those who have a shadow filter -...