call CEP from plugin
Hi,
I've a double question about the cep thread communication from a plugin, I didn't find answer in previous threads.
firstly , is there a solution to embbed some CEP in a plugin ?
secondly, I made an experiment using AEGP_ExecuteScript(). the plugin call it when a button is pressed. (in UserchangedParam thread)
I tried to use some json inside the script. The json lib is present in cep but not in classical extendscript. And it works. If the json file has an error, the after effect script debuger show the CEP script with the error. (I don't use external library in script side).
but sometimes I randomly get a script error : AE doesn't know the JSON class functions. It seems in this case that it does'n't access to the CEP lib but only the classical extendscript...
