Load a StageΒΆ

This loads a Stage from the path my_stage_path

import omni

usd_context = omni.usd.get_context()
my_stage = usd_context.open_stage(my_stage_path)