Houdini 22.0 Nodes Copernicus nodes

Time Shift Copernicus node

Cooks its input at a different time.

On this page
Since 22.0

This node cooks its input at a different time than it cooks itself. This allows you to gain access to earlier or later frames, or to retrieve data at a specific absolute frame.

Note

In Copernicus blocks, you can’t use Time Shifts when they require the inputs of the block to cook at different times. As a workaround, Time Pack the required frames before the Block Begin and wire them into the block as a cable. Each iteration of the block extracts only the required wire from the cable.

Parameters

Method

Determines if the input should be cooked at a given frame number or time. Time is measured in seconds.

Mode

Determines what mode the shift should operate in. In Absolute Shift you specify an 'origin' and a 'destination' frame (or time); in Relative Shift, you provide an offset in frames (or seconds), and in Custom you provide a value in frames (or seconds) that is designed to be driven directly by an expression.

Frame

When Mode is set to Custom, specifies the frame to pull from the input.

Frame

When Mode is set to Relative Shift, specifies the offset to apply to the clip. This offset is added to the requested frame to get the frame pulled from the input, so a negative offset will make the input be moved forward in time.

Shift from

When Mode is set to Absolute Shift, specifies an anchor for a frame that will be moved.

to

When Mode is set to Absolute Shift, specifies a new frame that the anchored frame will be moved to.

Integer Frames

Whether to round frame numbers back down to integers after other calculations are done.

Time

When Mode is set to Custom, specifies the time to pull from the input.

Time

When Mode is set to Relative Shift, specifies the offset to apply to the clip. This offset is added to the requested frame to get the frame pulled from the input, so a negative offset will make the input be moved forward in time.

Shift from

When Mode is set to Absolute Shift, specifies an anchor for a time that will be moved.

to

When Mode is set to Absolute Shift, specifies a new time that the anchored time will be moved to.

Clamp

Optional clamping of the Frame/Time value to retrieve. The choices are: None, Clamp to First (uses only the start frame/time value), Clamp to Last (uses only the end frame/time value), or Clamp to Both.

Start/End Frame

The frame values used to perform clamping. This parameter is available when Method is set to By Frame, and Clamp is not None.

Start/End Time

The time values used to perform clamping. This parameter is available when Method is set to By Time, and Clamp is not None.

Inputs

input1:

Outputs

output1:

See also

Copernicus nodes