Page 1 of 1

Convert a script into a plugin

Posted: May 16th, 2011, 2:27 pm
by nirishere
is that possible ?
I see plugins are written in low-level C/C++, is there a simple way to convert a jsx into an aex easily that I am overlooking here?
ideas :idea: ?
Thanks !

Re: Convert a script into a plugin

Posted: May 20th, 2011, 12:32 pm
by BatchFrame
Hi,

As far as I know, there is not a way to convert a jsx into a .aex, but you can embed a script into a plug-in.

If you download the After Effects SDK, you can use the UtilitySuite5 to execute a script. (suites.UtilitySuite5()->AEGP_ExecuteScript()). I've created a plug-in this way and it works great.

Jesse Toula
www.BatchFrame.com

Re: Convert a script into a plugin

Posted: May 20th, 2011, 1:07 pm
by nirishere
Sounds like that would be the way to go!
Thanks Jesse!