Python API 2.0 Reference
OpenMayaRender.MStencilOpDesc Class Reference
+ Inheritance diagram for OpenMayaRender.MStencilOpDesc:

Public Member Functions

def __init__ ()
 
def setDefaults ()
 

Static Public Member Functions

def __new__ ()
 

Properties

 stencilDepthFailOp = property(...)
 
 stencilFailOp = property(...)
 
 stencilFunc = property(...)
 
 stencilPassOp = property(...)
 

Detailed Description

Descriptor for a depth-stencil operation.

Constructor & Destructor Documentation

def OpenMayaRender.MStencilOpDesc.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMayaRender.MStencilOpDesc.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMayaRender.MStencilOpDesc.setDefaults ( )
setDefaults() -> self

Set all values for the stencil operation state to their default values.

Property Documentation

OpenMayaRender.MStencilOpDesc.stencilDepthFailOp = property(...)
static
 Stencil op to use when the fragment passes the depth test, default kKeepStencil
OpenMayaRender.MStencilOpDesc.stencilFailOp = property(...)
static
 Stencil op to use when the fragment fails the stencil test, default kKeepStencil
OpenMayaRender.MStencilOpDesc.stencilFunc = property(...)
static
 Sets the stencil buffer comparison function, default kCompareAlways
OpenMayaRender.MStencilOpDesc.stencilPassOp = property(...)
static
 Stencil op to use when the fragment passes the stencil test, default kKeepStencil