Go to: Related nodes. Attributes.

BlendNode take a base matrix (InpuMatrix) and blend it successively with each target. Blend is happening in a stack manner. The results of the previous blend get blended with next target and so on.

Node nameParentsClassificationMFn typeCompatible function sets
blendMatrixnodemathkDependencyNodekBase
kNamedObject
kDependencyNode

Related nodes

transform

Attributes (12)

enable, envelope, inputMatrix, outputMatrix, target, targetMatrix, useMatrix, useRotate, useScale, useShear, useTranslate, weight

Long name (short name)TypeDefaultFlags
enable (enb) booltrueoutputinputconnectablestorable
if false, outputMatix will be set to inputMatrix, otherwise blending with target will happen.
envelope (env) double1.0outputinputconnectablestorable
Envelope represents the blend factor between fromMatrix to targetMatrix.
inputMatrix (imat) matrixidentityoutputinputconnectablestorable
Initial Matrix to blend from. if envelope is 0 or not enabled OutputMatrix is set to InputMatrix.
outputMatrix (omat) matrixidentityoutputconnectable
Blended matrix between fromMatrix and targetMatrix using options enveloppe as interpolation weight.
target (tgt) compoundn/aarrayoutputinputconnectablestorable
blend inputMatrtix towards targets.
targetMatrix (tmat) matrixidentityoutputinputconnectablestorable
Target matrix to blend with.
useMatrix (umt) booltrueoutputinputconnectablestorable
Tells Whether or not to consider this multi entry in the blend process.
weight (wgt) double1.0outputinputconnectablestorable
Weight represents the blend factor fot that particular matrix.
useScale (sca) booltrueoutputinputconnectablestorable
Consider the scale of the target matrix in the blend.
useTranslate (tra) booltrueoutputinputconnectablestorable
Consider the translation of the target matrix in the blend.
useShear (she) booltrueoutputinputconnectablestorable
Consider the shear of the target matrix in the blend.
useRotate (rot) booltrueoutputinputconnectablestorable
Consider the rotation of the target matrix in the blend.