-
Extendscript How Tos
For my first how to:
I’m creating a text layer, then I want to rename that layer…but I can’t for the life of me figure out what the correct code should be.
Here’s what I have:
app.project.activeItem.layers.addText("dog");
app.project.activeItem.layer(1).text.name("cat");
The reason I want to rename it is because I want to search based off of the layer name, not the source name…or maybe you can do it in one line???
Thanks for your help.
-bsides