Houdini 21.0 Nodes APEX nodes

fbik::SetTargetsFromGeo

Sets targets on a full body IK solver from a geometry.

On this page
Since 20.5

Sets full body IK targets for each point on a geometry. The name of the target bone matches the name attribute on the geometry.

The target configuration is defined by the fbik_targetconfig dictionary attribute on the geometry. This dictionary should be created by the FBIK Configure Targets SOP (or the dictionary should match the format defined by that SOP).

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.

geo: Geometry

The geometry with points for the targets. The name attribute defines the name of the target bone and the fbik_targetconfig dictionary attribute defines the target configuration. The fbik_targetconfig attribute can be created by the FBIK Configure Targets SOP.

Outputs

*solver: FBIKSolver

The full body IK solver with the added targets.

See also

APEX nodes