Skip to main content
babichfx
Inspiring
February 1, 2022
Question

SDK AE CC 2014

  • February 1, 2022
  • 1 reply
  • 302 views

Hey!

 

I need to adopt my plugin for AE CC2014. Is there any chanse to find th SDK for CC2014?

I found nothing. All the links I found unfortunately was broken.

 

Point me to appropriate SDK please.

This topic has been closed for replies.

1 reply

Community Expert
February 1, 2022

i don't think it's publicly available. i have the CS6 sdk at hand, would that help you?

anyways, plug-ins compiled with the latest SDK are still backwards compatible. you just need to use some of the older suite versions.

babichfx
babichfxAuthor
Inspiring
February 1, 2022

I have a 2015 SDK, but thank you for sharing!

I hoped 2015 will help, but not. And I wanted to see an examples exactly for 2014.

My issue actually, as you said, was with the DrawBot suites.

Ill try one more time to figure out how to get them. Previous try was with no luck.

 

Community Expert
February 1, 2022

to make a plugin compatible to version before cc2015, you need to check the api version (as pased in the in_data structure), and not use drawbot if indeed on an older version. there wasn't a substitue back then. you were simply handed an os buffer to draw into using os tools.