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 name | Parents | Classification | MFn type | Compatible function sets |
|---|---|---|---|---|
| blendTwoAttr | blend | utility/scalar | kBlendTwoAttr | kBase kNamedObject kDependencyNode kCreate kBlend kBlendTwoAttr |
plusMinusAverage, reverse, vectorProduct, chooser, choice, blend, blendWeighted, blendDevice
| Long name (short name) | Type | Default | Flags | ||
|---|---|---|---|---|---|
attributesBlender
(ab) |
float | 0.0 | |||
|
|||||