python の usd モジュール¶
from pxr import Usd
stage = Usd.Stage.Open('path_to_file.usd')
ビルド済み¶
(python-3.6)https://developer.nvidia.com/usd
(python-3.9)https://pypi.org/project/usd-core/
usdview¶
from pxr import Usd
stage = Usd.Stage.Open('path_to_file.usd')
typings¶
適当でも作っておくと便利。