Go to: Attributes.

Base class for all clips, containing basic timing information

Node nameParentsClassificationMFn typeCompatible function sets
timeEditorClipBasenodeanimation:animation/timeEditorClipkTimeEditorClipBasekBase
kNamedObject
kDependencyNode
kTimeEditorClipBase

Attributes (39)

clip, clipColor, clipColorB, clipColorG, clipColorR, clipDuration, clipEvaluationData, clipHoldAfter, clipHoldBefore, clipLoopAfter, clipLoopAfterMode, clipLoopBefore, clipLoopBeforeMode, clipMuted, clipName, clipParent, clipScale, clipStart, clipType, clipid, curveStart, lastEvaluationTime, localTime, matchObj, matchTime, matchclip, offset, offsetMode, offsetMtx, parentTime, pivotMtx, rootObj, rootObjLocalXform, rootObjParentXform, roots, speedInput, timeWarpType, timeWarped, useClipColor

Long name (short name)TypeDefaultFlags
clip (clp) compoundn/aarrayoutputinputstorable
List of clips in this node.
clipid (cid) integer0outputinputstorable
Clip ID within a layer.
clipName (cn) stringnullptroutputinputstorable
Clip display name.
clipType (ct) enum0outputinputstorable
Clip type.
clipStart (cst) time0filmoutputinputstorable
Clip start time.
clipDuration (cpd) time0filmoutputinputstorable
Clip duration.
clipScale (cscl) double0.0outputinputstorable
Clip scaling factor.
speedInput (sin) double0outputinputconnectablestorable
Speed control curve input.
timeWarped (tw) bool0outputinputstorable
Is warping enabled.
timeWarpType (twt) enum1outputinputstorable
How to treat connected time warp curve.
clipLoopAfter (cla) double0.0outputinputstorable
Loop cycles count at the end of the clip.
clipLoopBefore (clb) double0.0outputinputstorable
Loop cycles count at the beginning of the clip.
clipLoopBeforeMode (clbm) enum0outputinputstorable
How should the loop area after the clip behave.
clipLoopAfterMode (clam) enum0outputinputstorable
How should the loop area after the clip behave.
clipHoldBefore (chb) time0filmoutputinputstorable
Hold duration at the end of the clip.
clipHoldAfter (cha) time0filmoutputinputstorable
Hold duration at the end of the clip.
clipMuted (cm) bool0outputinputstorable
If clip is muted, it will not be considered during the evaluation.
clipEvaluationData (ced) animClipEvaluationnullptroutputconnectable
Computed clip evaluation data like absolute timing information, used by children clips.
clipParent (cprn) animClipEvaluationnullptrinputconnectablestorable
Parent clip's evaluation data.
useClipColor (ucc) boolfalseoutputinputconnectablestorable
Specifies the display style for this clip. If false, Maya's default color scheme is used for drawing the clip. If true, the value of the clipColor attribute is used for drawing.
clipColor (cc) float3outputinputstorable
Clip RGB color.
clipColorR (ccr) float0.584outputinputstorable
Clip RGB color R channel.
clipColorG (ccg) float0.435outputinputstorable
Clip RGB color G channel.
clipColorB (ccb) float0.098outputinputstorable
Clip RGB color B channel.
curveStart (cvst) time0filmoutputinputstorable
Curve start time offset relative to clip start.
localTime (clt) time0filmoutputinputconnectablestorable
Clip local time this frame.
parentTime (cpt) time0filmoutputinputconnectablestorable
Parnet clip's time.
lastEvaluationTime (let) time0filmoutputinputstorable
Time this node was last evaluated with normal context. This is to detect time changes that did not update the graph, so that during keying we know whether the clip is in up to date state.
offset (ofs) compoundn/aoutputinputstorable
Ancestor clip with root offset.
offsetMode (ofm) integer0outputinputstorable
Offset mode: Key/Match.
offsetMtx (omt) matrixidentityoutputinputconnectablestorable
Root Offset in world space.
pivotMtx (pmt) matrixidentityoutputinputconnectablestorable
Pivot Offset in world space. This is used when the offsetMode is Key.
matchclip (mcl) integer-1outputinputconnectablestorable
The other clip that provides the transform that this clip must match.
matchTime (mtm) time0filmoutputinputstorable
Time at which the object transform from this clip must match the transform from the other clip.
roots (rts) compoundn/aarrayoutputinputconnectablestorable
Root object data associated with offsets.
rootObjLocalXform (rolx) matrixidentityoutputinputconnectablestorable
This attribute holds the offset object current local xform matrix in order for clip rotation offsets to consider possible pre/post rotations.
rootObjParentXform (ropx) matrixidentityoutputinputconnectablestorable
This attribute holds the root object parent xform matrix.
rootObj (rob) Messagen/aoutputinputconnectable
Link to the root object being offset by the root offset.
matchObj (mob) Messagen/aoutputinputconnectable
Link to the matching object, e.g. right foot. Its inherited transform is required in calculating root offset so that its world transform between the 1st and the 2nd clip matches, e.g. the right foot remains stationary during the transition.