Skip to main content
Participant
July 28, 2016
Answered

How can I create a plugin for After Effects 2015?

  • July 28, 2016
  • 1 reply
  • 1719 views

My question is very generic and I know that it could trigger a long discussion ... I'm in love with Video Copilot Plugins, and for many years I follow the company in their fantastic products. If I wanted to create similar plugins, what tools should I use for programming? With what language they are written? And for the graphic interface on AE?

Greetings

Leandro

This topic has been closed for replies.
Correct answer shachar carmi

hi Leandro! welcome to the forum!

the AE sdk is in C. you can work with whatever language you want, but

eventually, the calls to the AE API will be in C/C++.

the SDK is shipped with visual studio project for windows, and xcode for

mac.

effect controls window and comp window overlay graphics are created using

the drawbot suite supplied by the AE SDK.

1 reply

shachar carmiCommunity ExpertCorrect answer
Community Expert
July 28, 2016

hi Leandro! welcome to the forum!

the AE sdk is in C. you can work with whatever language you want, but

eventually, the calls to the AE API will be in C/C++.

the SDK is shipped with visual studio project for windows, and xcode for

mac.

effect controls window and comp window overlay graphics are created using

the drawbot suite supplied by the AE SDK.

mishj50630474
Participant
November 5, 2017

I have tried downloading the SDK and opened the Visual Studio project file for one of their sample plugins, but I don't know how to implement it into After Effects to debug the code and understand how everything works can you please help me?