Go to: Attributes.

This node represents the falloff functor to compute weight

Node nameParentsMFn typeCompatible function sets
blendFalloffnodekBlendFalloffkBase
kNamedObject
kDependencyNode
kBlendFalloff

Attributes (6)

baseWeight, mode, outputWeightFunction, target, weight, weightFunction

Long name (short name)TypeDefaultFlags
baseWeight (env) float1.0outputinputconnectablestorable
Uniform default weight value.
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.
target (tgt) compoundn/aarrayoutputinputconnectablestorable
Contains all targets to blend the input with.
mode (mod) enum1outputinputconnectablestorable
It specifies hw to cumulate weights.
weight (wgt) double1.0outputinputconnectablestorable
Weight this input when cumulating with other input.
weightFunction (whf) weightFunctionoutputinputconnectable
targetWeightFunction is a function to be called to get weights to be added/multiplied/divided/subtracted, depending of the operation.