# python の usd モジュール * * [Working with USD Python Libraries](https://developer.nvidia.com/usd/tutorials) ```{toctree} impl ``` * ```python from pxr import Usd stage = Usd.Stage.Open('path_to_file.usd') ``` * ## ビルド済み * (python-3.6) * (python-3.9) ## usdview * ```py from pxr import Usd stage = Usd.Stage.Open('path_to_file.usd') ``` ## typings 適当でも作っておくと便利。