After Effects Python API
Hey all!
I'm kind of a madman and I've finally gotten a pretty good release going for my new plugin--
You can write extensions entirely in python using any GUI framework, script in python, run from a separate process, etc. This is NOT a wrapper around extendscript, but around the c++ SDK.
You can check it out and find installation instructions on github here:
https://github.com/Trentonom0r3/PyShiftAE/releases/tag/1.0.1
There's extensive documentation, so hopefully things are simple to set up!
More details in the README, but you can run a simple
pip install PyShiftAE
to get the ball rolling.
