Go to: Related nodes. Attributes.

Performs a weighted sum of its inputs to compute the output.
output = input(0) * weight(0) + input(1) * weight(1) + ...

Node name Parents MFn type Compatible function sets
blendWeighted blend kBlendWeighted kBase
kNamedObject
kDependencyNode
kCreate
kBlend
kBlendWeighted

Related nodes

plusMinusAverage, reverse, vectorProduct, chooser, choice, blend, blendTwoAttr, blendDevice

Attributes (1)

weight

Long name (short name) Type Default Flags
weight (w) float 1.0 arrayoutputinputconnectablestorablekeyable
List of weights in 1-1 correspondence with elements of "input" attribute from blend node.