Go to: Attributes.

This node represents the falloff functor to compute weight

Node nameParentsMFn typeCompatible function sets
primitiveFallofftransformkPrimitiveFalloffkBase
kNamedObject
kDependencyNode
kPrimitiveFalloff

Attributes (18)

end, negativeSize, negativeSizeX, negativeSizeY, negativeSizeZ, outputWeightFunction, positiveSize, positiveSizeX, positiveSizeY, positiveSizeZ, primitive, ramp, ramp_FloatValue, ramp_Interp, ramp_Position, start, useOriginalGeometry, vertexSpace

Long name (short name)TypeDefaultFlags
end (ed) double1.0outputinputconnectablestorablekeyable
End of the falloff.
negativeSize (ns) double3outputinputconnectablestorablekeyable
Size of the sphere on negative axis.
negativeSizeX (nsx) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on negative axis.
negativeSizeY (nsy) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on negative axis.
negativeSizeZ (nsz) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on negative axis.
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.
positiveSize (ps) double3outputinputconnectablestorablekeyable
Size of the sphere on positive axis.
positiveSizeX (psx) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on positive axis.
positiveSizeY (psy) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on positive axis.
positiveSizeZ (psz) distance (double)1.0cmoutputinputconnectablestorablekeyable
Size of the sphere on positive axis.
primitive (pmtv) enum0outputinputconnectablestorable
Specifies which primitive is used to compute falloffs.
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.

start (st) double0.0outputinputconnectablestorablekeyable
Begining of the falloff.
useOriginalGeometry (uo) booltrueoutputinputconnectablestorable
Compute weights using the original vertices if True, otherwise use current geometry.
vertexSpace (vspc) enum0outputinputconnectablestorable
Specifies the vert space that is used to compute the weights.