Is it possible to run jsx script without GUI on macOS.
In the windows OS, it is possible to run the external jsx script using afterfx.exe without opening the GUI.
But in the macOS, I can't find the way to run the jsx script without GUI.
Some articles suggest to do like following, but it is really noui and it opens a small AE GUI.
open -n -a 'Adobe After Effects CC 2018.app' --args -noui
osascript -e 'tell application "Adobe After Effects CC 2018" to activate' -e 'tell application "Adobe After Effects CC 2018" to DoScriptFile "jsx file path"'
Using this, i can run the jsx script, but when i call above command for several jsx and several ae project at a same time, the GUI randomly crash or become not responding.
Is there any other way to run the jsx script without GUI or prevent to crash the GUI by running several jsx script?
I want only MacOS.
Please help if you have any idea.
Thank you.
[Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
[Moved from generic Cloud/Setup forum to the specific Program forum... Mod]
