Is it possible to convert layerset uppercase names?

I am new to scripting and my first wish is to create a script that makes document existing layerset names all uppercase, even if it means convert only the top games of layers most i.e. no those nested. -This bit is not necessary, unless the script runs a lot faster without having to rename the nested layer sets.

For example - before:

layerSet

layer

layerSet

layer

After:

LAYERSET

layer

layerSet

layer

Thank you.

Hi byngman

var x = app.activeDocument.layerSets;
for (i=0; i

Does this work for you?

Tags: Photoshop

Similar Questions

Maybe you are looking for