From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: nuke path
   Date: Tue, 24 Jun 2008 16:58:32 -0400
Msg# 1761
View Complete Thread (10 articles) | All Threads
Last Next
Greg Ercolano wrote:
    [..] I assume the D2Software may have changed to "Framestore"

	Oops, I mean "The Foundary" ;)

    If you're unsure, show us an "ls -la" listing of your /Applications
    directory, and if you're able to tell where nuke is installed,
    send me (via private email) the output of:

        ls -laR /Applications/XXX

    ..replacing XXX with the name of the dir nuke5 is installed in,

    A quick look at the docs, it looks like the command to send me is:

	ls -laR /Applications/Nuke5.0*

    My guess is the $ENV{PATH} line should look something like:

	$ENV{PATH} = "/Applications/Nuke5.0v2/Nuke5.0v2.app/Contents/MacOS:$ENV{PATH}";

    ..and you might need to change this line as well in submit-nuke.pl:

BEFORE:    my $command = "nuke $opt{NukeFlags} ".
 AFTER:    my $command = ($G::ismac ? "nuke5.0" : "nuke") . " $opt{NukeFlags} ".

    ..because it looks like they may have renamed the actual executable
    to follow the version number (which I don't think they should have done).

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

     ********************  N O T I C E  *************************
     ***   I'll be on vacation June 18th through June 28th.   ***
     ***   During this time I will be watching email, but it  ***
     ***   may take up to a day for me to reply.              ***
     ************************************************************

Last Next