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

string

The RegEx (Regular Expression) path pattern to match

pathMatch

string

The path substring to match

pathPatternExclusion

string

The RegEx (Regular Expression) path pattern to ignore

primTypes

token[]

List of prim types to include

primTypesExclusion

token[]

List of prim types to ignore

semantics

token[]

Semantic type-value pairs of semantics to include

semanticsExclusion

token[]

Semantic type-value pairs of semantics to ignore

cachePrims

bool

If set to True, the stage is parsed only once.

True

ignoreCase

bool

If set to True, use case-insensitive matching.

True

execIn

execution

exec

Outputs

Name

Type

Description

Default

prims

bundle

Prim paths from search result.

execOut

execution

exec