python の usd モジュール

from pxr import Usd

stage = Usd.Stage.Open('path_to_file.usd')

ビルド済み

usdview

from pxr import Usd

stage = Usd.Stage.Open('path_to_file.usd')

typings

適当でも作っておくと便利。