UsdContextInitialLoadSet#
- class omni.usd.UsdContextInitialLoadSet#
Bases:
pybind11_objectSpecifies the initial set of prims to load when opening a UsdStage.
Members:
LOAD_ALL : Load all payloads
LOAD_NONE : Unload all payloads
Methods
__init__(self, value)Attributes
LOAD_ALLLOAD_NONEvalue- __init__(
- self: omni.usd._usd.UsdContextInitialLoadSet,
- value: int,
- property name#