pymel.core.animation.shot

shot(*args, **kwargs)

Use this command to create a shot node or manipulate that node.

Flags:
  • audio : aud (unicode) [create,query,edit]

    Specify the audio clip for this shot. Audio can be linked to a shot to allow playback of specific sounds when that shot is being displayed in the Sequencer. Refer to the shot node’s documentation for details on how audio is used by shots and the Sequencer.

  • clip : cl (unicode) [create,query,edit]

    The clip associated with this shot. This clip will be posted to the currentCamera’s imagePlane. Refer to the shot node’s documentation for details on how cameras are used by shots and the Sequencer.

  • clipDuration : cd (time) [create,query,edit]

    Length of clip. This is used for the display of the clip indicator bar in the Sequencer.

  • clipOpacity : co (float) [create,query,edit]

    Opacity for the shot’s clip, this value is assigned to the currentCamera’s imagePlane. Refer to the shot node’s documentation for details on how cameras are used by shots and the Sequencer.

  • clipSyncState : css (bool) [create,query,edit]

    The viewport synchronization status of the clip associated with this shot. Return values are, 0 = no clip associated with this shot 1 = clip is fully in sync with viewport, and frames are 1:1 with sequencer 2 = clip is partially in sync with viewport, movie may be scaled to match sequencer 3 = clip not in sync with viewport (i.e. could have scale/time/camera differences)

  • copy : c (bool) [create,query,edit]

    This flag is used to copy a shot to the clipboard. In query mode, this flag allows you to query what, if anything, has been copied into the shot clipboard.

  • currentCamera : cc (unicode) [create,query,edit]

    The camera associated with this shot. Refer to the shot node’s documentation for details on how cameras are used by shots and the Sequencer.

  • determineTrack : dt (bool) [query,edit]

    Determines an available track for the shot. Returns a new track number or the existing track number if the current track is available. Flag can have multiple arguments, passed either as a tuple or a list.

  • endTime : et (time) [create,query,edit]

    The shot end time in the Maya timeline. Changing the startTime will extend the duration of a shot.

  • favorite : fav (bool) [create,query,edit]

    Make the shot a favorite. This is a UI indicator only to streamline navigation in the Sequencer panel

  • linkAudio : la (unicode) [create,query,edit]

    Specify an audio clip to link to this shot. Any currently linked audio will be unlinked.

  • lock : lck (bool) [create,query,edit]

    Lock a specific shot. This is different than locking an entire track, which is done via the shotTrack command

  • mute : m (bool) [create,query,edit]

    Mute a specific shot. This is different than muting an entire track, which is done via the shotTrack command

  • paste : p (bool) [create,query,edit]

    This flag is used to paste a shot or shots from the clipboard to the sequence timeline. Shots are added to the clipboard using the c/copy flag.

  • pasteInstance : pi (bool) [create,query,edit]

    This flag is used to paste an instance of a shot or shots from the clipboard to the sequence timeline. Unlike the p/paste flag, which duplicates the camera and image plane from the original source shot, the pi/pasteInstance flag shares the camera and image plane from the source shot. The audio node is duplicated.

  • postHoldTime : pst (time) [create,query,edit]

    Specify the time length to append to the shot in the sequence timeline. This repeats the last frame of the shot, in sequence time, over the specified duration.

  • preHoldTime : prt (time) [create,query,edit]

    Specify the time length to prepend to the shot in the sequence timeline. This repeats the first frame of the shot, in sequence time, over the specified duration.

  • scale : s (float) [create,query,edit]

    Specify an amount to scale the Maya frame range of the shot. This will affect the sequenceEndFrame, leaving the sequenceStartFrame unchanged.

  • sequenceDuration : sqd (time) [query,edit]

    Return the sequence duration of the shot, which will include the holds and scale. This flag can only be queried.

  • sequenceEndTime : set (time) [create,query,edit]

    The shot end in the sequence timeline. Changing the endTime of a shot will scale it in sequence time.

  • sequenceStartTime : sst (time) [create,query,edit]

    The shot start in the sequence timeline. Changing the startTime of a shot will shift it in sequence time.

  • shotName : sn (unicode) [create,query,edit]

    Specify a user-defined name for this shot. This allows the assignment of names that are not valid as node names within Maya. Whenever the shotName attribute is defined its value is used in the UI.

  • sourceDuration : sd (time) [query,edit]

    Return the number of source frames in the shot. This flag can only be queried.

  • startTime : st (time) [create,query,edit]

    The shot start time in the Maya timeline. Changing the startTime will extend the duration of a shot.

  • unlinkAudio : ula (bool) [query,edit]

    COMMENT Unlinks any currently linked audio.

Derived from mel command maya.cmds.shot