UsdContextInitialLoadSet

class omni.usd.UsdContextInitialLoadSet

Bases: pybind11_object

Specifies 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_ALL

LOAD_NONE

name

value

__init__(self: omni.usd._usd.UsdContextInitialLoadSet, value: int) None
property name