Append Path¶
Generates a path token by appending the given relative path token to the given root or prim path token
Installation¶
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
path |
|
The path token(s) to be appended to. Must be a base or prim path (ex. /World) |
|
suffix |
|
The prim or prim-property path to append (ex. Cube or Cube.attr) |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
path |
|
The new path token(s) (ex. /World/Cube or /World/Cube.attr) |