Go to: Related nodes. Attributes.

The blendTwoAttr node blends the values of the input(0) and input(1) attributes of the node using a blending function specified by the attributesBlender attribute. The value of the output attribute of this blend node is computed by:

output = (1 - attributesBlender) * input(0) + attributesBlender * input(1)

Node nameParentsClassificationMFn typeCompatible function sets
blendTwoAttrblendutility/scalar:drawdb/shader/operation/blendTwoAttrkBlendTwoAttrkBase
kNamedObject
kDependencyNode
kCreate
kBlend
kBlendTwoAttr

Related nodes

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

Attributes (1)

attributesBlender

Long name (short name)TypeDefaultFlags
attributesBlender (ab) float0.0outputinputconnectablestorablekeyable
blend function controlling how much to blend of each of 2 inputs