Houdini 21.0 Nodes APEX nodes

dynamicpath::AddTweakTarget

Adds a target for the dynamic path tweak solver.

On this page
Since 21.0

Adds a target for the dynamic path tweak solver. See dynamicpath::ResolveTweakTargets for more details.

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 path on which to add a tweak target.

samplerate: Float

The frequency at which to sample the tweak targets.

position: Vector3

The position of the tweak target.

time: Float

The time of the tweak target.

primary: Bool

If set to True, the target is a primary target. If set to False, the target is a secondary target.

Outputs

*path: DynamicPath

The input path with the tweak target.

See also

APEX nodes