OpenMayaRender.MBlendStateDesc Class Reference
Descriptor for a blend state for a single render target.
OpenMayaRender.MBlendStateDesc.__init__ |
( |
| ) |
|
x.__init__(...) initializes x; see help(type(x)) for signature
OpenMayaRender.MBlendStateDesc.setDefaults |
( |
| ) |
|
setDefaults() -> self
Set all values for the blend state to their default values.
OpenMayaRender.MBlendStateDesc.alphaToCoverageEnable |
|
static |
Enable alpha to coverage. Default false
OpenMayaRender.MBlendStateDesc.blendFactor |
|
static |
Global blend factor, default (1,1,1,1)
OpenMayaRender.MBlendStateDesc.independentBlendEnable |
|
static |
Use TargetBlends[0] if false or individual blend states if true. Default false
OpenMayaRender.MBlendStateDesc.multiSampleMask |
|
static |
Each bit in this mask, starting at the least significant bit (LSB), controls modification of one of the samples in a multisample render target
OpenMayaRender.MBlendStateDesc.targetBlends |
|
static |
An array of 8 MTargetBlendDesc, one for each target