Go to: Related nodes. Attributes.

Parent Matrix takes an input matrix and blends in the effect other parent targets. It normalizes the effect of all the targets.

Node nameParentsClassificationMFn typeCompatible function sets
parentMatrixnodemathkDependencyNodekBase
kNamedObject
kDependencyNode

Related nodes

transform

Attributes (11)

enable, enableTarget, envelope, inputMatrix, offsetMatrix, outputMatrix, postSpaceMatrix, preSpaceMatrix, target, targetMatrix, weight

Long name (short name)TypeDefaultFlags
enable (enb) booltrueoutputinputconnectablestorable
if false, outputMatrix will be set to inputMatrix, otherwise blending with the targets will happen.
envelope (env) double1.0outputinputconnectablestorable
Envelope represents how much of the altered matrix to use
inputMatrix (imat) matrixidentityoutputinputconnectablestorablekeyable
Initial Matrix to blend from. if envelope is 0 or not enabled OutputMatrix is set to InputMatrix.
outputMatrix (omat) matrixidentityoutputconnectable
Blended parent matrix between fromMatrix and targetMatrix using options envelope 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
Contains the list of contributing parent targets.
enableTarget (umt) booltrueoutputinputconnectablestorable
Specified whether or not to consider this parent target in the blend process.
weight (wgt) double1.0outputinputconnectablestorable
Weight representing how much of this parent target to use.
targetMatrix (tmat) matrixidentityoutputinputconnectablestorable
Target matrix to blend with.
offsetMatrix (ofm) matrixidentityoutputinputconnectablestorable
Offset from the target parent.