Houdini 22.0 Nodes APEX nodes

string::Expand

Expands the variables in a string.

On this page
Since 22.0

Inputs

string: String

The string to expand, which contains variables prefixed with $.

Note

Although time-dependent variables like $F will expand, it will only be expanded at the last time the graph is executed. Therefore, it is not recommended to use time-dependent variables here. To get the current evaluation frame on an APEX rig, use the frame_input property on a graph.

expandtilde: Bool

If set to True, “~” values in the string expand to the value of $HOME.

Outputs

expanded: String

The expanded result.

APEX nodes