Package slumMaya :: Module shaderLight :: Class shaderLight
[hide private]
[frames] | no frames]

Class shaderLight

source code

   maya.OpenMayaMPx.MPxNode --+    
                              |    
          shaderBase.shaderBase --+
                                  |
maya.OpenMayaMPx.MPxLocatorNode --+
                                  |
                                 shaderLight

Instance Methods [hide private]
 
__init__(self)
we call __init__ of shaderBase and MPxLocatorNode classes in here
source code

Inherited from shaderBase.shaderBase: compute, getInternalValueInContext, renderSwatchImage, setDependentsDirty, setInternalValueInContext

Static Methods [hide private]
 
nodeCreator()
we override this method to return the proper object of this class
source code

Inherited from shaderBase.shaderBase: nodeInitializer, slumInitializer

Class Variables [hide private]

Inherited from shaderBase.shaderBase: slum

Method Details [hide private]

__init__(self)
(Constructor)

source code 

we call __init__ of shaderBase and MPxLocatorNode classes in here

Overrides: shaderBase.shaderBase.__init__

nodeCreator()
Static Method

source code 

we override this method to return the proper object of this class

Overrides: shaderBase.shaderBase.nodeCreator