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.
EngineArgsBuilder
A Wrapper to assist with creating EngineArgs. Useful for building your own custom NodeUsd Nodes.
- class UsdProcessingEngine.EngineArgsBuilder(time: float = 0.0)
Bases:
objectA class providing convenience for building engine args with a set time sample.
- Parameters:
time (
float, default:0.0)
- __init__(time: float = 0.0) None
Initializes the convenience class.
- Parameters:
time (
float, default:0.0) – The time to use when storing samples within this EngineArgBuilder. This is
used when setting values.