Go to: Related nodes. Attributes.

A base node used in blending between two clips. The nodes deriving from this one actually perform the blend.

Node name Parents MFn type Compatible function sets
animBlend dependNode kAnimBlend kBase
kNamedObject
kDependencyNode
kAnimBlend

Related nodes

expression, animCurve, animCurveUT, animCurveUU, animCurveUA, animCurveTT, animCurveTU, animCurveUL, resultCurve, resultCurveTimeToLinear, resultCurveTimeToTime, resultCurveTimeToUnitless, resultCurveTimeToAngular, animCurveTA, animCurveTL, animBlendInOut

Attributes (2)

blend, weight

Long name (short name) Type Default Flags
blend (b) function NULL outputconnectable
The function attribute that is used to pass data used in the blend. A connection between an element in the blendList multi on the clipScheduler node is made to the _Raw attribute that is a child of this attribute.
weight (w) double 0.0 outputinputconnectablestorablekeyable
The weight attribute is used to determine what influence a clip has during the blend. If the weight is 0.0, then the first clip in the blend has all of the influence. If the weight is 1.0, then the second clip is the only one used. How the influence is calculated for other values is up to the specific blend node. Only the values between times 0.0 and 1.0 will be used by the blend. The blend node will calculate how far along the blend it is and get the corresponding weight between the times 0.0 and 1.0.