pymel.core.animation.bakeClip

bakeClip(*args, **kwargs)

This command is used to bake clips and blends into a single clip.

Flags:
  • blend : b (int, int) [create]

    Specify the indicies of the clips being blended.

  • clipIndex : ci (int) [create]

    Specify the index of the clip to bake.

  • keepOriginals : k (bool) [create]

    Keep original clips in the trax editor and place the merged clip into the visor. The default is to schedule the merged clip, and to keep the original clips in the visor. Flag can have multiple arguments, passed either as a tuple or a list.

  • name : n (unicode) [create]

    Specify the name of the new clip to create.

Derived from mel command maya.cmds.bakeClip

Previous topic

pymel.core.animation.autoKeyframe

Next topic

pymel.core.animation.bakeResults

Core

Core Modules

Other Modules

This Page