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 nameParentsMFn typeCompatible function sets
animBlenddependNodekAnimBlendkBase
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)TypeDefaultFlags
blend (b) functionNULLoutputconnectable
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) double0.0outputinputconnectablestorablekeyable
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.