RE: [scop] Suppress unwanted verbose messages

Date : Tue, 11 Dec 2007 11:57:53 -0800
To : <xsi(at)Softimage.COM>
From : Matt Lind <speye_21(at)hotmail.com>
Subject : RE: [scop] Suppress unwanted verbose messages

You need to tell XSI to disable logging of the operator in your Define() function like this:

function ML_NormalsBend_Define( oContext )
{
   var oCustomOperator = oContext.Source;

   oCustomOperator.AlwaysEvaluate = false; // true for persistent evaluation
   oCustomOperator.Debug              = false; // true to log debug messages

   return( true );
}



Matt

------------------------------
Matt Lind
Animator / Technical Director
SOFTIMAGE certified instructor:
SOFTIMAGE|3D
SOFTIMAGE|XSI
Matt.Lind(at)Mantom(dot)net



Date : Tue, 11 Dec 2007 14:05:28 -0500
To : XSI(at)Softimage.COM

Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.