Add Prim Relationship¶
Adds a target path to a relationship property. If the relationship property does not exist it will be created. Duplicate targets will not be added.
Installation¶
To use this Node, you must enable omni.graph.action
in the Extension Manager.
Inputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution port. |
|
Relationship Name (name) |
|
Name of the relationship property. |
|
Prim Path (path) |
|
Path of the prim with the relationship property. |
|
Target Path (target) |
|
The target path to be added, which may be a prim, attribute or another relationship. |
Outputs¶
Name |
Type |
Description |
Default |
---|---|---|---|
Is Successful (isSuccessful) |
|
Whether the node has successfully added the new target to the relationship. |