Houdini 21.0 Nodes APEX nodes

fbik::SetTarget

Sets a target on a full body IK solver.

On this page
Since 20.0

Finds the bone on the skeleton inside the solver and sets its target to target. If no bone with name bone exists, this node does not do anything.

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 target to.

bone: String

The name of the bone on the skeleton to target.

target: FBIKTarget

The target configuration for the bone.

Outputs

*solver: FBIKSolver

The full body IK solver with the added target.

See also

APEX nodes