UsdStageHelper#

class omni.usd.commands.UsdStageHelper(
stage: Stage | None = None,
context_name: str | None = None,
)#

Bases: object

Keeps the stage ID or returns the stage from the current context

Methods

__init__([stage, context_name])

__init__(
stage: Stage | None = None,
context_name: str | None = None,
)#