Python API 2.0 Reference
OpenMaya.MCacheSchema Class Reference
+ Inheritance diagram for OpenMaya.MCacheSchema:

Public Member Functions

def __init__ ()
 
def add ()
 
def reset ()
 

Static Public Member Functions

def __new__ ()
 

Detailed Description

Defines a node's cached data when participant in EM Cached Playback.
Can be used to query or modify the attributes being cached.

Constructor & Destructor Documentation

def OpenMaya.MCacheSchema.__init__ ( )
Initialize self.  See help(type(self)) for accurate signature.

Member Function Documentation

def OpenMaya.MCacheSchema.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMaya.MCacheSchema.add ( )
add(attribute) -> self

Force the attribute to be cached

this method allows you to cache input attributes or other animatedattributes that are not fully understood by EM

* attribute (MObject) - Attribute to cache
def OpenMaya.MCacheSchema.reset ( )
reset()

Reset this schema to the minimal.