Hello there,
in my opinion it’s a very big missing. In a lot of mine JSX processes I change the name of clipping paths and channels and activate them by name, delete or duplicate them.
app.activeDocument.pathItems[0].name = “custom name”;
app.activeDocument.channels[3].name = “custom channel name”;
It’s a so short and handy way to script this things and now I have to create an ugly monster of batch play function instead.
Are there any plans for implementation??
best regards