Help! Can AE return a value on closing?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
elalumie
Posts: 2
Joined: November 15th, 2006, 12:28 pm

I'm executing AfterFX.exe from a system call in a script (python).
My jsx is already generated and passed as an argument.
In order to continue the python script I need to have AE to return a value on quitting.

Any suggestions on how to do this?

Thanks.

E.
User avatar
redefinery
Posts: 112
Joined: April 1st, 2005, 8:16 pm
Location: CA
Contact:

Hi elalumie,

I haven't tried it, but maybe app.exitCode will work for you? Refer to the AE Scripting Guide for more details.

Otherwise, maybe you can write the value to a file on disk, and then your calling python script can parse it?

Jeff
elalumie
Posts: 2
Joined: November 15th, 2006, 12:28 pm

I will give it a shot.
Thanks for the tip.


E.
Post Reply