Engine APIs (Python)

EngineRegistry

The Engine Registry Python API can be used to inspect and gain knowledge about how to use a particular engine and what its `EngineArgs`_ are.

class UsdProcessingEngine.EngineRegistry

Bases: pybind11_object

__init__() None
describeEngine(engineName: str) str
getAllEngineNames() list

EngineArgsBuilder

A Wrapper to assist with creating EngineArgs. Useful for building your own custom NodeUsd Nodes.

class UsdProcessingEngine.EngineArgsBuilder(time=0.0)

Bases: object

A class providing convenience for building engine args with a set time sample.

__init__(time=0.0)
build()