Go to: Attributes.

Node representing list of tracks inside a container (or root level)

Node nameParentsClassificationMFn typeCompatible function sets
timeEditorTracksnodeanimation:animation/timeEditorkTimeEditorTrackskBase
kNamedObject
kDependencyNode
kTimeEditorTracks

Attributes (26)

clip, clipTime, clipchanged, composition, crossfade, crossfadeClipId1, crossfadeClipId2, crossfadeCurve, crossfadeMode, index, muted, parentTime, state, track, trackColor, trackColorB, trackColorG, trackColorR, trackGhost, trackHeight, trackMuted, trackName, trackSolo, trackSoloMute, type, useTrackColor

Long name (short name)TypeDefaultFlags
clip (c) Messagen/aoutputinputconnectable
Container clip this list of tracks belongs to.
clipchanged (clch) boolfalseoutputinputstorablehidden
Flag attribute set when a clip under this track node is modified and track itself must update. Used during EM manipulation to trigger track evaluation.
clipTime (ct) time0filmarrayoutputconnectable
Evaluation time for every connected clip.
composition (cmp) Messagen/aoutputinputconnectable
Composition this tracks node belongs to.
crossfade (cr) compoundn/aarrayoutputinputstorable
Custom crossfade between two clips.
crossfadeClipId1 (cid1) Messagen/ainputconnectable
Clip 1 of custom crossfade.
crossfadeClipId2 (cid2) Messagen/ainputconnectable
Clip 2 of custom crossfade.
crossfadeMode (cm) enum0outputinputstorable
Crossfade mode.
crossfadeCurve (cc) Genericn/aoutputinputconnectable
Custom crossfade curve.
state (st) cteTracksCrossfadingStatenullptroutputconnectable
Evaluation state of the tracks.
muted (m) boolfalseoutputinputstorable
Flag indicating whether the entire node is muted and none of the tracks should evaluate
parentTime (ptm) time0filminputconnectablestorable
Parent clip time.
track (t) compoundn/aarrayoutputinputstorable
List of tracks
index (idx) integer0outputinputstorable
Index of the track
type (typ) enum0outputinputstorable
Type of track.
trackName (n) stringTmultiSharedObject::create<TdataString>"track1"outputinputstorable
Track display name.
trackMuted (tm) bool0outputinputstorable
If track is muted, the containers on it will not be evaluated.
trackSolo (ts) bool0outputinputstorable
If the track is soloed, all containers on other non-soloed tracks will not be evaluated.
trackGhost (tgh) bool0outputinputstorable
Ghost all container on this track level.
trackSoloMute (tsm) bool0outputinputstorable
Indicates if the track is muted due to other tracks being solo-ed.
trackHeight (th) integer32outputinputstorable
Track height.
useTrackColor (utc) boolfalseoutputinputconnectablestorable
Specifies the display style for this track. If false, Maya's default color scheme is used for drawing the track. If true, the value of the trackColor attribute is used for drawing.
trackColor (tc) float3outputinputstorable
Track RGB Color.
trackColorR (tcr) float0.2196outputinputstorable
Track RGB color R channel.
trackColorG (tcg) float0.2196outputinputstorable
Track RGB color G channel.
trackColorB (tcb) float0.2196outputinputstorable
Track RGB color B channel.