After Effects Scripting Sublime Text 2 Package

Sublime Text 2 package for After Effects.

Build System

The build system will :

  1. Copy your current .jsx file in your AfterEffects Scripts folder so you don't have to develop in that folder.
  2. Run the script in After Effects.

Installation

Git clone

git clone https://github.com/seblavoie/After-Effects-Scripting-Sublime-Text-Package.git AfterEffects

With zip file

  • Download and unzip in your Sublime Text 2 packages folder.
  • Rename the folder to AfterEffects.

The "Packages" directory is located at:

  • OS X

    ~/Library/Application Support/Sublime Text 2/Packages
  • Linux

    ~/.config/sublime-text-2/Packages/
  • Windows

    %APPDATA%/Sublime Text 2/Packages/

Usage

Open Sublime Text 2 and go Tools > Build System > AfterEffectScripting and build with ⌘ + B (OS X) CTRL + B (Windows)