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

Where can I find a copy of extendscript toolkit?

Community Beginner ,
Jul 18, 2020 Jul 18, 2020

 

I know scripting has migrated to VS code, but the text2bin plugin doesn't create a jsxbin.  I'd like to use ESTK only to create the jsxbin file.  Adobe's links in the don't seem to be working - I can download the dmg file but it always says the archive is damaged when I try to mount it with any tool I try...

 

Nevermind.   It's here:

https://github.com/Adobe-CEP/CEP-Resources/tree/master/ExtendScript-Toolkit

 

Update:  I got an error installing, but I found the actual ESTK application in a zip file located here:

ExtendScript Toolkit/payloads/AdobeExtendScriptToolkit_4_LS22/AdobeExtendScriptToolkit_4_LS22.zip

TOPICS
Resources , Scripting , SDK
512
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
Community Expert ,
Jul 19, 2020 Jul 19, 2020

You can create a jsxbin with VSCode:

Open the jsx file in VSCode, right-click anywhere in the editor of the open file and choose "Export as Binary".

and there is also this to replace texts in your code by evaled jsxbin

https://marketplace.visualstudio.com/items?itemName=motionland.texttojsxbin

or do you mean that this is not working for you?

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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
Community Beginner ,
Jul 19, 2020 Jul 19, 2020
Thanks Mathias! I use the plugin but I did not know that I could export
jsxbin from VSCode. I’ll give it a try.
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
Community Expert ,
Jul 19, 2020 Jul 19, 2020
LATEST

It's a bit hidden, but super easy

VSCode_Export_jsxbin.gifexpand image

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
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