pymel.core.nodetypes.Snapshot

Inheritance diagram of Snapshot

class Snapshot(*args, **kwargs)

class counterpart of mel function snapshot

This command can be used to create either a series of surfaces evaluated at the times specified by the command flags, or a motion trail displaying the trajectory of the object’s pivot point at the times specified.If the constructionHistory flag is true, the output shapes or motion trail will re-update when modifications are made to the animation or construction history of the original shape. When construction history is used, the forceUpdate flag can be set to false to control when the snapshot recomputes, which will typically improve performance.

getConstructionHistory(**kwargs)

update with changes to original geometry

Derived from mel command maya.cmds.snapshot

getEndTime(**kwargs)

time to stop copying target geometry Default: 10.0

Derived from mel command maya.cmds.snapshot

getIncrement(**kwargs)

time increment between copies Default: 1.0

Derived from mel command maya.cmds.snapshot

getName(**kwargs)

the name of the snapshot node. Query returns string.

Derived from mel command maya.cmds.snapshot

getStartTime(**kwargs)

time to begin copying target geometry Default: 1.0

Derived from mel command maya.cmds.snapshot

getUpdate(**kwargs)

This flag can only be used if the snapshot has constructionHistory. It sets the snapshot node’s update value. The update value controls whether the snapshot updates on demand (most efficient), when keyframes change (efficient), or whenever any history changes (least efficient). Valid values are demand, animCurve, always. Default: always

Derived from mel command maya.cmds.snapshot

setEndTime(val=True, **kwargs)

time to stop copying target geometry Default: 10.0

Derived from mel command maya.cmds.snapshot

setIncrement(val=True, **kwargs)

time increment between copies Default: 1.0

Derived from mel command maya.cmds.snapshot

setName(val=True, **kwargs)

the name of the snapshot node. Query returns string.

Derived from mel command maya.cmds.snapshot

setStartTime(val=True, **kwargs)

time to begin copying target geometry Default: 1.0

Derived from mel command maya.cmds.snapshot

setUpdate(val=True, **kwargs)

This flag can only be used if the snapshot has constructionHistory. It sets the snapshot node’s update value. The update value controls whether the snapshot updates on demand (most efficient), when keyframes change (efficient), or whenever any history changes (least efficient). Valid values are demand, animCurve, always. Default: always

Derived from mel command maya.cmds.snapshot

Previous topic

pymel.core.nodetypes.SmoothTangentSrf

Next topic

pymel.core.nodetypes.SnapshotShape

Core

Core Modules

Other Modules

This Page