Python API 2.0 Reference: OpenMaya.MNodeCacheDisablingInfo Class Reference
Defines additional info about why the node disables Cached Playback.
OpenMaya.MNodeCacheDisablingInfo.__init__ |
( |
| ) |
|
Initialize self. See help(type(self)) for accurate signature.
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.