Get Relative Path
Generates a path token relative to anchor from path.(ex. (/World, /World/Cube) -> /Cube)
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
anchor |
|
Path token to compute relative to (ex. /World) |
|
path |
|
Path token to convert to a relative path (ex. /World/Cube) |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
relativePath |
|
Relative path token (ex. /Cube) |