Go to: Synopsis. Flags. Return value. Keywords. Related. MEL examples.
mute [-disable] [-force]
mute is undoable, queryable, and editable.
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.
disable, force
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command
|
[string
array] name of the mute node(s)
mute, animation, channels
setKeyframe
// Mute playback of the ry channel of the sphere's ty
//
string $sph[] = `polySphere`;
setKeyframe ($sph[0]+".translate");
mute ($sph[0]+".translateY");
// Disable muting on any muted attributes on the sphere
//
mute -disable $sph[0];
Return to Autodesk Index