Convert a script into a plugin

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
nirishere
Posts: 2
Joined: December 25th, 2008, 11:43 pm

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 !
BatchFrame
Posts: 1
Joined: May 18th, 2011, 11:51 pm

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
nirishere
Posts: 2
Joined: December 25th, 2008, 11:43 pm

Sounds like that would be the way to go!
Thanks Jesse!
Post Reply