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

token

Path token to compute relative to (ex. /World)

path

token, token[]

Path token to convert to a relative path (ex. /World/Cube)

Outputs

Name

Type

Description

Default

relativePath

token, token[]

Relative path token (ex. /Cube)