Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CEP 8 Animate $ is not defined

New Here ,
Mar 22, 2018 Mar 22, 2018

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,

310
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 22, 2018 Mar 22, 2018

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 22, 2018 Mar 22, 2018
LATEST

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 ...)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines