From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: mi standalone from .ma files
   Date: Wed, 28 Mar 2007 19:39:31 -0400
Msg# 1508
View Complete Thread (6 articles) | All Threads
Last Next
Gary Jaeger wrote:

'ray' is not recognized as an internal or external command,
operable program or batch file.

	Looks like 'ray.exe' is not in your PATH.

	You probably need to set these variables:

    # Uncomment for Mentalray Standalone
    $ENV{MI_ROOT}    = "c:/program files/alias/mentalray3.4";
    $ENV{MI_BIN_DIR} = "$ENV{MI_ROOT}/bin";
    $ENV{PATH}       = "$ENV{MI_BIN_DIR};$ENV{PATH}";

	..in the WINDOWS environment variable section at the top of your
	"submit-maya8.pl" script. Change the path as needed for your
	mental ray standalone install.

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

Last Next