Skip to main content
Participant
March 22, 2018
Question

CEP 8 Animate $ is not defined

  • March 22, 2018
  • 1 reply
  • 345 views

Hello,

I have write an CEP 8 extention for photoshop 2018 (working well).

But when I try to load it into Animate I got $ is not defined from line :

csInterface.evalScript('$.evalFile("' + scriptPath + '")'); -> in js file

or any

$.listFolderScripts = function() { -> in jsx

I also try CEP-Resources-master samples and I have the same problem.

What the problem ? is $ global variable not defined in Animate ?

Regards,

    This topic has been closed for replies.

    1 reply

    Legend
    March 22, 2018

    You're trying to load a Photoshop extension into Animate??

    Participant
    March 22, 2018

    It's a generic extension referencing jsx into a folder :

    GitHub - majman/adobe-scripts-panel: Scripting Panel for After Effects, Illustrator, and Photoshop

    And or is sample (get environment variable load jsx etc ...)