Skip to main content

Intro

Welcome to AEJuice Scripts integration with AEJuice Toolbar, kBar, and via API to use in your scripts!

AEJuice Toolbar and kBar quick start:

  1. Open AEJuice Toolbar or kBar.
  2. Open settings.
  3. Click Add Button - Run JSX/JSXBIN File.
  4. Select a script file located in

C:\Program Files\Adobe\Adobe After Effects <version>\Support Files\Scripts\ScriptUI Panels\{SCRIPT NAME}.jsxbin on Windows or

/Applications/Adobe After Effects <version>/Support Files/Scripts/ScriptUI Panels/{SCRIPT NAME}.jsxbin on macOS.

You're all set. Enjoy!

How to change parameters?

Open an AEJuice script and change parameters in the user interface. AEJuice automatically passes these parameters to the AEJuice Toolbar and kBar.

How to display a user interface?

Type {"ui":true} in the Script argument or argument (optional) field.

How can I add multiple buttons with different parameters?

Add custom parameters to the Script argument or argument (optional) field.

See the list of available parameters with examples below.

Scripts are listed alphabetically. Use search Ctrl + F (Command + F) to find the script faster.

API quick start:

  1. Paste AEJuice.call(scriptName, parameters); to your script. scriptName is a name of the script in camel case, for example, exportPng, see below for more examples. parameters is a JSON object. Examples of available parameters can be found below.