Python API 2.0 Reference: OpenMaya.MNodeCacheDisablingInfo Class Reference

+ Inheritance diagram for OpenMaya.MNodeCacheDisablingInfo:

Public Member Functions

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

Static Public Member Functions

__new__ ()
 

Detailed Description

Defines additional info about why the node disables Cached Playback.

Constructor & Destructor Documentation

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

Member Function Documentation

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

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

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

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

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

Sets the reason for disabling Cached Playback.