From: Daniel Browne <dbrowne@(email surpressed)>
Subject: Rush Python and ImageCommand
   Date: Wed, 24 Aug 2011 16:04:33 -0400
Msg# 2123
View Complete Thread (3 articles) | All Threads
Last Next
Hi Greg,

I have a python script which is the launcher for our flipbook tool. It doesn't appear that this will work in iRush when it's entered in the job's ImageCommand field, correct? Will iRush only acknowledge perl or a known executable tool?

-Dan


----------
Dan "Doc" Browne
System Administrator
Evil Eye Pictures

dbrowne@(email surpressed)
Office: (415) 777-0666 x105


   From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Rush Python and ImageCommand
   Date: Wed, 24 Aug 2011 16:53:32 -0400
Msg# 2124
View Complete Thread (3 articles) | All Threads
Last Next
On 08/24/11 13:04, Daniel Browne wrote:
> I have a python script which is the launcher for our flipbook tool. It does=
> n't appear that this will work in iRush when it's entered in the job's Imag=
> eCommand field, correct? 

	It should work fine; irush doesn't care what scripting language
	the script is written in.

	What's the command line look like, and how is the frame range
	passed to it?	
	
> Will iRush only acknowledge perl or a known executable tool?

	irush will just run the command, whatever it is.
	If it's a python script, have the command be:

python //path/to/your/script.py -arg -arg

	..and if it's perl:

perl //path/to/your/script.pl -arg -arg


-- 
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)


   From: Daniel Browne <dbrowne@(email surpressed)>
Subject: Re: Rush Python and ImageCommand
   Date: Wed, 24 Aug 2011 19:39:29 -0400
Msg# 2125
View Complete Thread (3 articles) | All Threads
Last Next
It was a runtime environment settings issue; I've got it now. Thanks Greg.


On Aug 24, 2011, at 1:53 PM, Greg Ercolano wrote:

[posted to rush.general]

On 08/24/11 13:04, Daniel Browne wrote:
> I have a python script which is the launcher for our flipbook tool. It does=
> n't appear that this will work in iRush when it's entered in the job's Imag=
> eCommand field, correct? 

	It should work fine; irush doesn't care what scripting language
	the script is written in.

	What's the command line look like, and how is the frame range
	passed to it?	
	
> Will iRush only acknowledge perl or a known executable tool?

	irush will just run the command, whatever it is.
	If it's a python script, have the command be:

python //path/to/your/script.py -arg -arg

	..and if it's perl:

perl //path/to/your/script.pl -arg -arg


-- 
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)


----------
Dan "Doc" Browne
System Administrator
Evil Eye Pictures

dbrowne@(email surpressed)
Office: (415) 777-0666 x105