From: Gary Jaeger <gary@(email surpressed)>
Subject: Re: nuke renders with central tools
   Date: Wed, 21 Dec 2011 11:44:18 -0500
Msg# 2179
View Complete Thread (10 articles) | All Threads
Last Next
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}";


On Tue, Dec 20, 2011 at 10:06 AM, Greg Ercolano <erco@(email surpressed)> wrote:
    ..which you'd want to change to read:

elsif ( $G::ismac )
{
    ### MAC
    $ENV{PATH}    = "/usr/bin:$ENV{PATH}";
    $ENV{NUKECMD} = "nuke";
}

    ..and you should be good.



--
Gary Jaeger // Core Studio
249 Princeton Avenue
Half Moon Bay, CA 94019
650 728 7060
http://corestudio.com


Last Next