From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: nuke renders with central tools
   Date: Wed, 21 Dec 2011 13:21:49 -0500
Msg# 2180
View Complete Thread (10 articles) | All Threads
Last Next
On 12/21/11 08:44, Gary Jaeger wrote:
> So i changed that, but it looks like there is another reference to an explicit path in the nuke submit (in our script  line 373-375):
> 
>     my $command = ($G::ismac ? "/Applications/Nuke6.3v5/Nuke6.3v5.app/Nuke6.3v5": "nuke") . " $opt{NukeFlags} ".
> "-x $opt{NukeScript} ".
> "$opt{ScriptArgs} $opt{sfrm},$opt{efrm}";
> 

	Yes, you have the OLD submit script there,
	so you need to change that first line to just 'nuke', eg:

my $command = "nuke $opt{NukeFlags} ".
              "-x $opt{NukeScript} ".
              "$opt{ScriptArgs} $opt{sfrm},$opt{efrm}";



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