Debug (CustomOperator) *

Introduced

4.0

Description

Sets or returns the debug flags defined by the custom operator as a Long. When the value is not zero Softimage will log extra information about the operator's evaluation.

Note: You can read this property from within the update function of a custom operator but setting this property is blocked.

C# Syntax

// get accessor
Int32 rtn = CustomOperator.Debug;

// set accessor
CustomOperator.Debug = Int32;

Examples

• See CustomOperator.Debug.1.js



Autodesk Softimage 2011