pymel.core.nodetypes.DiskCache

Inheritance diagram of DiskCache

class DiskCache(*args, **kwargs)

class counterpart of mel function diskCache

Command to create, clear, or close disk cache(s). In query mode, return type is based on queried flag.

getAppend(**kwargs)

Append at the end and not to flush the existing cache

Derived from mel command maya.cmds.diskCache

getCacheType(**kwargs)

Specifies the type of cache to overwrite. “mcfp” for particle playback cache, “mcfi” for particle initial cache. “mcj” for jiggle cache. This option is only activated during the cache creation.

Derived from mel command maya.cmds.diskCache

getClose(**kwargs)

Close the cache given the disk cache node name. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getCloseAll(**kwargs)

Close all disk cache files. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getDelete(**kwargs)

Delete the cache given the disk cache node name. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getDeleteAll(**kwargs)

Delete all disk cache files. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getEmpty(**kwargs)

Clear the content of the disk cache with the given disk cache node name. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getEmptyAll(**kwargs)

Clear the content of all disk caches. If -eco/enabledCachesOnly is “true” only enabled disk cache nodes are affected.

Derived from mel command maya.cmds.diskCache

getEnabledCachesOnly(**kwargs)

When present, this flag restricts the -ea/emptyAll, so that only “enabled” disk caches (i.e., disk cache nodes with the ”.enable” attribute set to “true”) are affected.

Derived from mel command maya.cmds.diskCache

getEndTime(**kwargs)

Specifies the end frame of the cache range.

Derived from mel command maya.cmds.diskCache

getFrameRangeType(**kwargs)

Specifies the type of frame range to use, namely “Render Globals”, “Time Slider”, and “Start/End”. In the case of “Time Slider”, startFrame and endFrame need to be specified. (This flag is now obsolete. Please use the -startTime and -endTime flags to specify the frame range explicitly.)

Derived from mel command maya.cmds.diskCache

getOverSample(**kwargs)

Over sample if true. Otherwise, under sample.

Derived from mel command maya.cmds.diskCache

getSamplingRate(**kwargs)

Specifies how frequently to sample relative to each frame. When over-sampling (-overSample has been specified), this parameter determines how many times per frame the runup will be evaluated. When under-sampling (the default, when -overSample has not been specified), the runup will evaluate only once per srframes, where sris the value specified to this flag.

Derived from mel command maya.cmds.diskCache

getStartTime(**kwargs)

Specifies the start frame of the cache range.

Derived from mel command maya.cmds.diskCache

getTempDir(**kwargs)

Query-only flag for the location of temporary diskCache files.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.diskCache

Previous topic

pymel.core.nodetypes.DirectionalLight

Next topic

pymel.core.nodetypes.DisplacementShader

Core

Core Modules

Other Modules

This Page