Copy link to clipboard
Copied
Does anyone know how to trigger a function living in an Effect from ExtendScript (excluding user-visible parameter changes)? I know you can load a .dll and execute from the ExtendScript side, which I still have to look into, but wasn't sure if that's the best approach. Thanks!
Copy link to clipboard
Copied
you can implement idle_hook, and check some global javascript variable as a
flag. this way the script leaves a message, and on idle hook you check for
messages using AGEP_ExecuteScript.
i'm not saying this is the best practice. it's just... a practice.
On Thu, Feb 28, 2019 at 7:22 PM justintaylor <forums_noreply@adobe.com>