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 nodes.

The Tweak algorithm is designed to alter the primary curve of a dynamic path while maintaining 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.

Inputs

*path: DynamicPath

The dynamic path on which to resolve the Tweak algorithm.

Outputs

*path: DynamicPath

The input path having been solved using the Tweak algorithm.

See also

APEX nodes