Adobe After Effects scripting ?
Hi, I would like to coding plugin for Adobe After Effects, but I can't find anything. Someone help me for research and find some scripting examples for Adobe After Effects.
Thank you.
Hi, I would like to coding plugin for Adobe After Effects, but I can't find anything. Someone help me for research and find some scripting examples for Adobe After Effects.
Thank you.
hi fuada52572480 <https://forums.adobe.com/people/fuada52572480>! welcome
to the forum!
scripting and plug-ins are two different things.
scripting is done with javascript, and it can perform operations in the
project, create palettes, but it can not process layer pixels.
plug-ins are created in c++, can also do what scripting does, but it can
also produce effect plug-ins which can be applied to layers.
scripting is much simpler to do, it doesn't require compiling, and is cross
platform.
plug-ins require the use of visual studio on windows, and xcode on mac,
require the knowledge of c/c++, and requires compile on both platforms to
produce plug-ins for both win and mac.
you can find the resources to download here:
http://www.adobe.com/devnet/aftereffects.html
the scripting guide will walk you through scripting, and the SDK file
contains the c api docs.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.