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