Find layergroup of a specific layer in photoshop with javascript -


is way retrieve name of layer group name on inner layer? ask because i'm trying trim content of folder specific layer inside, please?

if layer name , group name both unique can retrieve with:

app.activedocument.activelayer = app.activedocument.layersets.getbyname("my group name").artlayers.getbyname("my layer name"); 

where "my group name" name of group , "my layer name" name of layer within "my group name".


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -