pymel.core.animation.movOut

movOut(*args, **kwargs)

Exports a .mov file from the listed attributes. Valid attribute types are numeric attributes; time attributes; linear attributes; angular attributes; compound attributes made of the types listed previously; and multi attributes composed of the types listed previously. Length, angle, and time values will be written to the file in the user units. If an unsupported attribute type is requested, the action will fail. The .mov file may be read back into Maya using the movIn command.

Flags:
  • comment : c (bool) [create]

    If true, the attributes written to the .mov file will be listed in a commented section at the top of the .mov file. The default is false.

  • file : f (unicode) [create]

    The name of the .mov file. If no extension is used, a .mov will be added.

  • precision : pre (int) [create]

    Sets the number of digits to the right of the decimal place in the .mov file.C: The default is 6. Flag can have multiple arguments, passed either as a tuple or a list.

  • time : t (timeRange) [create]

    The time range to save as a .mov file. The default is the current time range.

Derived from mel command maya.cmds.movOut

Previous topic

pymel.core.animation.movIn

Next topic

pymel.core.animation.mute

Core

Core Modules

Other Modules

This Page