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

How can I create a plugin for After Effects 2015?

New Here ,
Jul 28, 2016 Jul 28, 2016

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

TOPICS
SDK
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

correct answers 1 Correct answer

Community Expert , Jul 28, 2016 Jul 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.

Translate
Community Expert ,
Jul 28, 2016 Jul 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.

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 ,
Nov 04, 2017 Nov 04, 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?

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 24, 2022 Feb 24, 2022

Hi, i just found this topic.. im interested too,... 

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
Engaged ,
Feb 25, 2022 Feb 25, 2022

There are a few tutorials on youtube about getting started with the SDK in Visual Studio and Xcode. There are also paid ones on fxphd.com. 

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
Explorer ,
Feb 25, 2022 Feb 25, 2022
LATEST

Thank you, James!

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