Sublime Text package for After Effects.
The build system will :
- Copy your current .jsx file in your AfterEffects Scripts folder so you don't have to develop in that folder.
- Run the script in After Effects.
- Download and unzip in your Sublime Text packages folder.
- Rename the folder to
AfterEffects.
The "Packages" directory is located at:
-
OS X
~/Library/Application Support/Sublime Text [version]/Packages
-
Linux
~/.config/sublime-text-[version]/Packages/
-
Windows
%APPDATA%/Sublime Text [version]/Packages/
- Default version of After Effects is set to CC 2015. If you're using an older version, just change the version in
build.shon OS X or inbuild.baton Windows. - On Windows 8 or Windows 10, you will need to run Sublime Text as administrator.
- Open Sublime Text and go
Tools > Build System > AfterEffectScriptingand build with⌘ + B(OS X)CTRL + B(Windows).