Go to: Related nodes. Attributes.

This node represents the handle by which a softMod's transformations can be manipulated. It is primarily just a way of selecting the softMod in the scene, though it also stores the transformation information needed for the softMod's deformation.

Node name Parents MFn type Compatible function sets
softModHandle shape kSoftMod kBase
kNamedObject
kDependencyNode
kDagNode
kShape
kSoftModFilter
kSoftMod

Related nodes

lattice, softMod, nonLinear, blendShape, wrap, wire, ffd, sculpt, deformFunc, deformSquash, deformTwist, deformBend, deformWave, deformFlare, deformSine, baseLattice, cluster

Attributes (9)

origin, originX, originY, originZ, postWeightedMatrixTransform, preWeightedMatrixTransform, softModTransforms, weightedMatrixTransform, weightedNode

Long name (short name) Type Default Flags
softModTransforms (x) compound n/a arrayoutputconnectable
Bundled transformation matrices for the softMod deformation.
preWeightedMatrixTransform (pre) matrix identity outputconnectable
Represents the transformation in the DAG above the weighted node.
weightedMatrixTransform (wt) matrix identity outputconnectable
The transformation of the weighted node.
postWeightedMatrixTransform (post) matrix identity outputconnectable
Represents the transformation in the DAG below the weighted node.
origin (or) double3 outputinputconnectablestorable
The location in local space of the displayed 'C' icon.
originX (ox) distance (double) 0.0cm outputinputconnectablestorable
X position of the displayed 'C' icon.
originY (oy) distance (double) 0.0cm outputinputconnectablestorable
Y position of the displayed 'C' icon.
originZ (oz) distance (double) 0.0cm outputinputconnectablestorable
Z position of the displayed 'C' icon.
weightedNode (wn) Message n/a inputconnectable
This attribute is connected to the weighted node (ie. the one to which the softMod percentages are applied), if one was specified. Otherwise, the transform node above this node is the one to which the percentages are applied.