CEP hello world returns "EvalScript error"
Hello all
This is my first CEP panel and I'm struggling with the EvalScript call.
Here are my index.html, manifest.xml, .debug contents CEP AE Hello World issue — Bitbucket
The panel is visible in Windows > Extensions. It loads fine and displays the initial alert();
This block
csInterface.evalScript('app.project.file.displayName', function (result) {
alert(result);
});
returns "EvalScript error."
Using the debug console via a browser on the debug port shows no message.
I'm aware that app.project is null when project has not been saved, so I launch the panel after a dummy project is loaded.
I'm using After Effects 2017.2, CSInterface - v6.1.0 and my core.jsx is empty
I've followed the guide to allow unsigned panels to be launched in CC apps
What newbie task have I not completed?
Thanks
