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 name | Parents | Classification | MFn type | Compatible function sets |
|---|
| blendMatrix | node | math | kDependencyNode | kBase 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) | Type | Default | Flags |
|---|
|
enable
(enb)
| bool | true |     |
|
|
envelope
(env)
| double | 1.0 |     |
|
|
inputMatrix
(imat)
| matrix | identity |      |
|
|
outputMatrix
(omat)
| matrix | identity |   |
|
|
postSpaceMatrix
(pstmat)
| matrix | identity |     |
|
|
preSpaceMatrix
(premat)
| matrix | identity |     |
|
|
target
(tgt)
| compound | n/a |       |
|
| targetMatrix
(tmat)
| matrix | identity |     | |
|
|
|
| scaleWeight
(sca)
| double | 1.0 |     | |
|
| translateWeight
(tra)
| double | 1.0 |     | |
|
| rotateWeight
(rot)
| double | 1.0 |     | |
|
| shearWeight
(she)
| double | 1.0 |     | |
|