From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: nuke path
   Date: Wed, 25 Jun 2008 00:48:39 -0400
Msg# 1764
View Complete Thread (10 articles) | All Threads
Last Next
Gary Jaeger wrote:
thanks greg. there seems to be this bit also (from the nuke list):

On the issue of command line rendering and the Nuke alias.

I have found that if you are on Leopard and using the default terminal, which is a BASH rather than the old TCSH which Tiger used, you will need to edit your .bash_profile and add the line :

alias nuke="/Applications/Nuke5.0v2/Nuke5.0v2.app/Nuke5.0"

to get the alias working again. Damn extra '=' had me loosing my mind for a bit !

not sure if that impacts rush but I guess it might? I'll try again in the morning


    Yes, I noticed mention of that 'alias' in the Nuke5 docs,
    but this will not affect the submit-nuke.pl script, because
    it's written in perl, not bash or tcsh.

    The bash/csh concept of 'aliases' are usable for login shell scripts,
    but have no effect on scripts or programs written in other languages
    like Python or Perl or even C/C++.

    Besides, this change that I mentioned:

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

    ..should handle all that.

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