Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.