Get Prims
This node searches the stage by path and returns a list of prims.
Installation
To use this Node, you must enable omni.replicator.core
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
pathPattern |
|
The RegEx (Regular Expression) path pattern to match |
|
pathMatch |
|
The path substring to match |
|
pathPatternExclusion |
|
The RegEx (Regular Expression) path pattern to ignore |
|
primTypes |
|
List of prim types to include |
|
primTypesExclusion |
|
List of prim types to ignore |
|
semantics |
|
Semantic type-value pairs of semantics to include |
|
semanticsExclusion |
|
Semantic type-value pairs of semantics to ignore |
|
cachePrims |
|
If set to True, the stage is parsed only once. |
True |
ignoreCase |
|
If set to True, use case-insensitive matching. |
True |
execIn |
|
exec |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
prims |
|
Prim paths from search result. |
|
execOut |
|
exec |