Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
5

After Effects Python API

Explorer ,
Jan 29, 2024 Jan 29, 2024

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. 

TOPICS
Preview , Resources , Scripting , SDK , User interface or workspaces
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 29, 2024 Jan 29, 2024

Wow! That's really interesting. GJ

Can't believe someone else than Adobe has to spend this huge effort to come up with a Python API. 
Thank you!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 29, 2024 Jan 29, 2024

Ten years too late for me, but interesting for sure.

 

Mylenium

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 29, 2024 Jan 29, 2024

Awsome, man! my deepest appreciation for both execution and open source approach!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 14, 2025 Feb 14, 2025

This is amazing! Thanks for creating this!
I am not sure how a professional tool that is supposed to be used in Film and advertising doesn't have an industry standard python API like most other tools in the industry.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Feb 15, 2025 Feb 15, 2025
LATEST

It sounds awesome!

 

I've followed the installation instructions, installed the whell and the plugin but when I start AE, shows this error alert:

 

"After Effects error: Couldn't find main entry point for PyShiftAE.aex
(48::72)"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines