Houdini 21.0 Nodes APEX nodes

fbik::SetTargets

Sets multiple targets on a full body IK solver.

On this page
Since 20.0

For each subport on the variadic input targets, this node attempts to find a bone with the same name as the subport name, and if one exists, sets the target of that bone on the full body IK solver.

The solver ports of this node are in-place ports, which means that the solver is updated without creating a copy.

Inputs

*solver: FBIKSolver Required

The full body IK solver to add the targets to.

targets: VariadicArg<FBIKTarget>

A variadic input of the targets to add to the solver. The name of the bone for each target is the corresponding subport name.

Outputs

*solver: FBIKSolver

The full body IK solver with the added targets.

See also

APEX nodes