Skip to content

aksxaay/after-effects-setup

Repository files navigation

after effect setup

entire blog link step by step process

Workspace Setup

Type Definition Support

aeenhancers after effects scrpiting type support // github i'm keeping the files sorta separate, later I might just include the entire repository for development.

config.json -> error reporting perhaps?

I just imported 2 scripts that I knew EZInertia and FX Console and type checking seems to be working.

also comment off this line checkJS in jsconfig.json comment it off if you want no errors.

Adobe Script Runner Extension

upon running the script I can see it sends it straight to the version that is currently defaulted

resources

js docs ES3 [file icons extra grepper] vscode marketplace [ExtendScript Debugger] Adobe Team

Debugger Setup

go to the debugger and try it out launch the instance vs Attach? and there's the whole debugging panel and its all ez clap.

ran into an interesting observation (unix/Linux) LF -> Line Feed (Windows) CR + LF-> Carriage Return

this causes problems when coding fixes git config --global core.autocrlf true

About

After Effects Scripting Development Setup on VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published