AddShotClip
 
 
 

AddShotClip

Introduced

v12.0 (2014)

Description

Creates a Clip and adds it to the Mixer of the scene root. A clip represents the time(s) at which a particular Camera is active.

Scripting Syntax

oReturn = AddShotClip( [Track], [Name], [Camera], [Frame], [SceneIn], [SceneOut] );

Return Value

Returns a Clip object.

Parameters

Parameter Type Description
Track String Track to add this clip to. Must be a camera shot track. Note: If this parameter is not specified, the first existing track that has enough space will be choosen. Otherwise, a new track will be added.

Default Value: Current Selection.

Name String Name for the new clip.
Camera String The active camera for the new clip.
Frame Double Start frame of the clip in the sequence timeline.

Default Value: Current frame in global timeline.

SceneIn Double Start frame for the clip in the global timeline.

Default Value: Current frame.

SceneOut Double End frame for the clip in the global timeline.

Default Value: 100

See Also

AddTrack GetShotClip Clip