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

SDK AE CC 2014

Explorer ,
Feb 01, 2022 Feb 01, 2022

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.

TOPICS
SDK
197
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 ,
Feb 01, 2022 Feb 01, 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.

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 01, 2022 Feb 01, 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.

 

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

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.

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