Skip to main content
marcimpact
Participant
March 16, 2015
Answered

Script to select all layers based on condition?

  • March 16, 2015
  • 2 replies
  • 740 views

Do anyone have a script to select all layers based on either name or color label? Possibly using search but not necessarily?

This topic has been closed for replies.
Correct answer JJMack

If you search this forum you will find script that will process all layers in a document.  You can modify one if them to skip the layers you do not want to process do nothing to the. The process uses recursion to process layers within layer groups,.

2 replies

Greg von Neulich
Known Participant
May 3, 2023

we made a Photoshop plug-in that can do this. The unlimited version is 12$. 

 

Full Version (12$):
https://exchange.adobe.com/apps/cc/c36e02fb/swift


Trial Version (Limited to 5 Actions):
https://exchange.adobe.com/apps/cc/412c1dcd/swift-trial-version

 

Its also a big help with getting the layers renamed.

JJMack
Community Expert
JJMackCommunity ExpertCorrect answer
Community Expert
March 16, 2015

If you search this forum you will find script that will process all layers in a document.  You can modify one if them to skip the layers you do not want to process do nothing to the. The process uses recursion to process layers within layer groups,.

JJMack