pymel.core.animation.mute

mute(*args, **kwargs)

The mute command is used to disable and enable playback on a channel. When a channel is muted, it retains the value that it was at prior to being muted.

Flags:
  • disable : d (bool) [create]

    Disable muting on the channels

  • force : f (bool) [create]

    Forceable disable of muting on the channels. If there are keys on the mute channel, the animation and mute node will both be removed. If this flag is not set, then mute nodes with animation will only be disabled. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.mute

Previous topic

pymel.core.animation.movOut

Next topic

pymel.core.animation.nonLinear

Core

Core Modules

Other Modules

This Page