From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: AE Rush submit
   Date: Thu, 08 Aug 2013 14:15:59 -0400
Msg# 2344
View Complete Thread (13 articles) | All Threads
Last Next
On 08/08/13 10:27, Dan Rosen wrote:
> We are just getting around to a formal Rush submit script launched out =
> of AE. We are on Rush 102.42a9, CS5, Mac OSX 10.6.8.
> 
> I have found a few issues and have a few questions.
> 
> - Leaving the OutputPath blank does not render what's setup in Queue as =
> advertised by Rush help.

	Set the OutputPath to a dash ("-") if you're trying to bypass the submit
	script's GUI, and want it to be 'empty'.

	The Rush help description is only true for someone using the GUI
	submit form, as there's logic in the submit form processor to turn
	the blank field into a dash, so that it doesn't mess up argument processing.

	If you're bypassing the GUI, then you'll need to add that logic in your
	.jsx script to pass the OutputPath field as a dash, eg:

perl /path/to/submit-afterfx.pl  -field  OutputPath  -   -field  Frames 1-10 .....

> - I am looking to add some features to a simple jsx script that was
> posted to this forum. The script is great at adding the project file and
> comp name to the Rush submit window, but I'd like to add more features.
> Are there simple examples of getting a selecting comp into the Queue and
> setting it's output properties? Any examples/help on this front is much
> appreciated.

	Have a look at AE's API documentation, as I think it sounds like
	you might be trying to manipulate the AE queue's properties,
	which means you'd also have to then re-save the .aep file after
	making the change in order for aerender to see these changes on the farm.

	Afraid I don't have any reference for doing that, but the AE forums
	might be a good place to ask about that, if the AE API docs don't make
	it clear.

> - Is there a way to add a custom menu to AE? like Nuke at the top menu items?

	There probably is, I'm not sure myself.

	Again, I'd defer to the AE API docs or AE forums, but I'll take a look
	at the SDK docs and see if I can answer that here.


-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/

Tel: (Tel# suppressed)ext.23
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)


Last Next