Go to: Related nodes. Attributes.

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

Node name Parents MFn type Compatible function sets
clusterHandle shape kCluster kBase
kNamedObject
kDependencyNode
kDagNode
kShape
kCluster

Related nodes

lattice, cluster, jointCluster, nonLinear, blendShape, skinCluster, boneLattice, wrap, wire, ffd, jointFfd, sculpt, jointLattice, flexorShape, deformFunc, deformSquash, deformTwist, deformBend, deformWave, deformFlare, deformSine, baseLattice

Attributes (9)

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

Long name (short name) Type Default Flags
clusterTransforms (x) compound n/a arrayoutputconnectable
Bundled transformation matrices for the cluster 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 cluster percentages are applied), if one was specified. Otherwise, the transform node above this node is the one to which the percentages are applied.