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 ?
Thanks !
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.