Houdini 21.0 Nodes APEX nodes

dynamicpath::ResolveTweakTargets

Solves for a dynamic path using the Tweak algorithm.

On this page
Since 21.0

Resolves the Tweak algorithm using the tweak targets added by dynamicpath::AddTweakTarget.

The Tweak algorithm is designed to alter the primary curve of a dynamic path while maintaining the local offsets and hitting any secondary targets. It uses the primary targets to replace the initial path’s primary curve (the curve that passes through all of its samples at the same times as the primary targets). It then adds each of the secondary targets as explicit points along the curve.

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

Inputs

*path: DynamicPath Required

The dynamic path on which to resolve the Tweak algorithm.

Outputs

*path: DynamicPath

The input path solved using the Tweak algorithm.

See also

APEX nodes