Maya USD 2023 - Running usdview from a shell command on Windows 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to get the Activision windows explorer shell usd preview software to run, so I can preview usd files in Windows Explorer.
There are installers of the software for Python 2.7, 3.6 and 3.7 are available on GitHUB to download. I installed the one for 3.7.
It didn't appear to work, and to debug it, the first thing I need to do is to make sure that usdview is working properly. And to do that I followed the instructions on the Autodesk website for running usdview from a windows shell: https://knowledge.autodesk.com/support/maya/learn-explore/caas/CloudHelp/cloudhelp/2022/ENU/Maya-USD...
When I do that, I get an error:
import pxr.Usdviewq as Usdviewq
ModuleNotFoundError: No module named 'pxr'
And I'm not wedded to using the Activision software to get preview of USD files working in Windows Explorer if there is a better way of doing it!