Copy link to clipboard
Copied
I need to send messages to after effects using a python script. Apparently the -r flag only works if AE is not already running. It would be great if we could use python scripts to execute extendscript code without user input. Thanks
Views
Translate
Report
never-displayed
-r works with both AE stopped and running, what makes you think it isnt ?
When using `AfterFx.com -r <scriptPath>`, ensure scriptPath is an absolute path.
Votes