TimeOffset

In Katana the current time used in parameter evaluation is a property that flows up the graph and is referenced as a frame in parameter expression. This node modifies that time in upstream nodes. Common uses are to offset or lock data loaded from an upstream input.

Connection Type

Connection Name

Function

Input

in

The place in the node graph where you want to modify the time of upstream nodes.

 

Control (UI)

Default Value

Function

inputFrame

The value of frame: a Python-based parameter expression that evaluates to the current frame.

Sets the value of frame in input nodes. This can be an expression, for example frame + 10.