Python API 2.0 Reference
OpenMayaUI.ShaderContext Class Reference
+ Inheritance diagram for OpenMayaUI.ShaderContext:

Public Member Functions

def __init__ ()
 

Static Public Member Functions

def __new__ ()
 

Properties

 path = property(...)
 
 shadingEngine = property(...)
 

Detailed Description

Provides contextual information about the current invocation of the shader.

Constructor & Destructor Documentation

def OpenMayaUI.ShaderContext.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMayaUI.ShaderContext.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.

Property Documentation

OpenMayaUI.ShaderContext.path = property(...)
static
 DAG path for the given invocation of the shader
OpenMayaUI.ShaderContext.shadingEngine = property(...)
static
 Shading engine node for the given invocation of the shader