Houdini 22.0 Nodes Copernicus nodes

Time Blend Copernicus node

Blends intraframe values for layers and VDBs.

On this page
Since 22.0

The Time Blend COP will cook its input at both the start and end of the closest integer frame. The values are then blended according to the fractional position within the frame.

Optionally, one can also specify that before a start or after an end frame, the first or last frame should be held.

The Time Blend COP can be used to change networks that only exist on whole frame steps into a network with proper intermediate results.

This allows the blending of layers, including transforms, and VDBs by voxel values.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Hold First Frame

Determines if the first frame should be clamped. If so, any evaluations before this frame value will instead evaluate at this frame value.

Hold Last Frame

Determines if the last frame should be clamped. If so, any evaluations after this frame value will instead evaluate at this frame value.

Inputs

source

The VDB or Layer input to blend at fractional time values.

Outputs

blend

The intermediate value of the VDB or Layer created by blending integer frames.

See also

Copernicus nodes