Go to: Attributes.

This node represents the weight function generator that transfers the weight from one geometry to another one based on proximity

Node nameParentsMFn typeCompatible function sets
transferFalloffnodekTransferFalloffkBase
kNamedObject
kDependencyNode
kTransferFalloff

Attributes (6)

bindTagsFilter, cacheSetup, outputWeightFunction, useBindTags, weightFunction, weightedGeometry

Long name (short name)TypeDefaultFlags
bindTagsFilter (btf) stringTmultiSharedObject::create<TdataString>"*Prox"outputinputconnectablestorable
Expression to filter which component tags on the geometries to use for component segmentation during the bind process. Matching tags that exist both on the driver and the driven will be used. The expression can use basic wildcards like "*Prox" or "char*Prox"
cacheSetup (csp) ctypeDatan/aconnectablehidden
Internal data structure, do not change
outputWeightFunction (wft) weightFunctionnullptrarrayoutputconnectable
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.
useBindTags (ubt) boolfalseoutputinputconnectablestorable
When this flag is turned on componentTag segmentation will be used during the bind. When on it will only allow verts of the driven to bind to faces of the driver that are in a matching segment tag. So a vert in headProx on the driven can only bind to faces that are in a tag called headProx on the driver. Verts or faces that are not assigned to any segment tag are considered to be a member of all of them which means they can bind to anything
weightFunction (iwf) weightFunctionnullptrarrayoutputinputconnectablestorable
weight function for the specified weightedGeometry.
weightedGeometry (wgm) geometrynullptroutputinputconnectablestorable
Geometry on which the weight were computed