EnvelopeHistory

vtool.maya_lib.deform.EnvelopeHistory(transform) Convenience for turning on/off deformation history on a node.
class EnvelopeHistory(transform)

Convenience for turning on/off deformation history on a node.

Parameters:transform (str) – The name of a transform.
turn_off()

Turn off all the history found.

turn_off_referenced()

Turn off only history that is referenced. Not history that was created after referencing.

turn_off_exclude(deformer_types)

Turn off all but the deformer types specified.

turn_on(respect_initial_state=False)

Turn on all the history found.