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

Public Member Functions

def __init__ ()
 
def getCacheDisabled ()
 
def reset ()
 
def setCacheDisabled ()
 
def setMitigation ()
 
def setReason ()
 

Static Public Member Functions

def __new__ ()
 

Detailed Description

Defines additional info about why the node disables Cached Playback.

Constructor & Destructor Documentation

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

Member Function Documentation

def OpenMaya.MNodeCacheDisablingInfo.__new__ ( )
static
Create and return a new object.  See help(type) for accurate signature.
def OpenMaya.MNodeCacheDisablingInfo.getCacheDisabled ( )
getCacheDisabled() -> bool

Return True if the cache should be disabled because of this node.
def OpenMaya.MNodeCacheDisablingInfo.reset ( )
reset()

Resets the disabling info to an enabled state.
def OpenMaya.MNodeCacheDisablingInfo.setCacheDisabled ( )
setCacheDisabled(bool)

Set if the cache should be disabled because of this node.
def OpenMaya.MNodeCacheDisablingInfo.setMitigation ( )
setMitigation(mitigation)

Sets the mitigation to fix the reason for disabling Cached Playback.
def OpenMaya.MNodeCacheDisablingInfo.setReason ( )
setReason(reason)

Sets the reason for disabling Cached Playback.