Open sumhah opened 6 years ago
I think this has to do with Photoshop, I haven't experienced this in After Effects, You could try catching all errors and logging them to the console, you can copy the code from here:
and here:
Then use it like this:
catchErrors(() => {
console.log(app.activeDocument.activeLayer.textItem.contents)
})
If the jsx code error, the script does not take effect after the change, i must restart photoshop, reopen the cep expansion in order to properly execute the script.
E.g: if i run this code:
console.log(app.activeDocument.activeLayer.textItem.contents)
jsx code can not be executed again after the next change