Show frames

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 (14)

enable, envelope, inputMatrix, outputMatrix, postSpaceMatrix, preSpaceMatrix, rotateWeight, scaleWeight, shearWeight, target, targetMatrix, translateWeight, useMatrix, 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) matrixidentityoutputinputconnectablestorablekeyable
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.
postSpaceMatrix (pstmat) matrixidentityoutputinputconnectablestorable
Transform the computed result so that the output is in another space.
preSpaceMatrix (premat) matrixidentityoutputinputconnectablestorable
Transform the input matrices so that the calculation takes place in another space.
target (tgt) compoundn/aarrayoutputinputconnectablestorablekeyable
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.
scaleWeight (sca) double1.0outputinputconnectablestorable
Weight for the scale component of the target matrix in the blend.
translateWeight (tra) double1.0outputinputconnectablestorable
Weight for the translation component of the target matrix in the blend.
rotateWeight (rot) double1.0outputinputconnectablestorable
Weight for the rotation component of the target matrix in the blend.
shearWeight (she) double1.0outputinputconnectablestorable
Weight for the shear component of the target matrix in the blend.