Go to: Attributes.

This node represents the falloff functor to compute weights

Node nameParentsMFn typeCompatible function sets
subsetFalloffnodekSubsetFalloffkBase
kNamedObject
kDependencyNode
kSubsetFalloff

Attributes (13)

end, falloffTags, mode, outputWeightFunction, ramp, ramp_FloatValue, ramp_Interp, ramp_Position, scale, start, useFalloffTags, useOriginalGeometry, withinBoundary

Long name (short name)TypeDefaultFlags
end (ed) double1.0outputinputconnectablestorablekeyable
End of the falloff.
falloffTags (ftg) stringTmultiSharedObject::create<TdataString>"*"outputinputconnectablestorable
Component tag expression to define the subset of the geometry from which to calculate the falloff values.
mode (md) enum0outputinputconnectablestorable
Specifies the mode in which to calculate the falloff values. Mode Connectivity uses the connectivity between verts as the measurement of distance. Mode Volume uses the object space distance between verts as the measurement of distance.
outputWeightFunction (wft) weightFunctionnullptroutputconnectable
The output weight function generated by this node will accept a geometry and a list of indices. For each indices it will return a weight.
ramp (rmp) compoundn/aarrayoutputinputconnectablestorable
Shape of the global falloff curve of the falloff
ramp_Position (rmpp) float0.0outputinputconnectablestorable
Position of ramp value on normalized 0-1 scale
ramp_FloatValue (rmpfv) float0.0outputinputconnectablestorable
Ramp value at the sibling position
ramp_Interp (rmpi) enum0outputinputconnectablestorable
Ramp Interpolation controls the way the intermediate values are calculated. The values are:
    None: No interpolation is done; the different colors just show up as different bands in the final texture.

    Linear: The values are interpolated linearly in RGB color space.

    Smooth: The values are interpolated along a bell curve, so that each color on the ramp dominates the region around it, then blends quickly to the next color.

    Spline: The values are interpolated with a spline curve, taking neighboring indices into account for greater smoothness.

scale (scl) distance (double)1.0cmoutputinputconnectablestorablekeyable
Scales the falloff distances for "Volume" mode or the number of connection in "Connectivity" mode.
start (st) double0.0outputinputconnectablestorablekeyable
Begining of the falloff.
useFalloffTags (uds) boolfalseoutputinputconnectablestorable
If false use the subset from the deformer, otherwise use the subset as defined by the falloffTags expression.
useOriginalGeometry (uo) booltrueoutputinputconnectablestorable
Compute weights using the original vertices if True, otherwise use current geometry.
withinBoundary (wb) booltrueoutputinputconnectablestorable
Specifies whether the weights need to be calculated only within the boundary of the subset.