From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Toxic 2009
   Date: Wed, 14 Jan 2009 20:21:36 -0500
Msg# 1824
View Complete Thread (5 articles) | All Threads
Last Next
matx wrote:
> [posted to rush.general]
> 
> On 2009-01-14 14:39:08 -0800, Greg Ercolano <erco@(email surpressed)> said:
>> 	Shouldn't be a problem to have a submit script for it, though.
>> 	At very least, you can run it through submit-generic, eg:
> 
> I haven't tried rendering with it in Terminal, but it does indeed 
> appear to be possible. I'll try the submit generic script.

	What I would do first is try to get it to work from the command line.

	If you can get it to work in the terminal, then toss the command
	into submit-generic, replacing the 'startframe' and 'endframe'
	values with the following, depending on your OS:

	UNIX
	----
	If you're using unix/osx, then in submit-generic, set "Shell: sh",
	and in place of the startframe and endframe, use:

		$BATCH_SFRM		<-- use this in place of the start frame
		$BATCH_EFRM		<-- use this in place of the end frame

	eg:

		source /opt/Autodesk/Autodesk_Toxik-2009/bin/toxik-env.sh
		txrender .. -s $BATCH_SFRM -e $BATCH_EFRM ..

	(Note the 'source' command is recommended by Toxik's docs)

	WINDOWS
	-------
	If you using Windows, then in submit-generic set the "Shell: DOS-Batch",
	and in place of the startframe and endframe, use:

		%BATCH_SFRM%            <-- use this in place of the start frame
		%BATCH_EFRM%            <-- use this in place of the end frame

	eg:

		txrender .. -s %BATCH_SFRM% -e %BATCH_EFRM% ..

	If you have any trouble, email me privately, and when we iron out
	the specifics, I'll follow up here.


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

Last Next