Go to: Related nodes. Attributes.

Base class for deformations that use weights that correspond to components. For example, clusters use the weights to store their percentages: one "weightList" per geometry, and each geometry's percentages are stored in "weights".

Within the weights attribute, the weights are stored in the index that corresponds to the related point's 1-dimensional cvIndex. For curves and polys, the cvIndex corresponds to the actual cvIndex. For nurbs surfaces, the cvIndex = (totalV * uIndex + vIndex). For lattices, the cvIndex = (totalS * (totalT * u + t) + s).
Node name Parents MFn type Compatible function sets
weightGeometryFilter geometryFilter kWeightGeometryFilt kBase
kNamedObject
kDependencyNode
kGeometryFilt
kWeightGeometryFilt

Related nodes

geometryFilter

Attributes (2)

weightList, weights

Long name (short name) Type Default Flags
weightList (wl) compound n/a arrayoutputinputconnectablestorable
Bundle of weights for each geometry
weights (w) float 1.0 arrayoutputinputconnectablestorablekeyable
The weights themselves, in the same order as the components deformed by the deformation.