sssooonnnggg / usdc-viewer

MIT License
0 stars 1 forks source link

I am getting error while opening file #1

Closed timurproko closed 4 months ago

timurproko commented 4 months ago

I am getting this error Command failed: usdcat "d:\Dropbox\Projects_Houdini\out\lods_v1.usdc" -o "C:\Users\Timur\AppData\Local\Temp\lods_v1.usda" 'usdcat' is not recognized as an internal or external command, operable program or batch file.

What I am doing wrong, in VS Code setting I have this "usdc-viewer.usdRoot": "D:\Github\OpenUSD\",

I have put this repository https://github.com/PixarAnimationStudios/OpenUSD here D:\Github\OpenUSD\

sssooonnnggg commented 4 months ago

You should use a prebuilt USD libraries instead of the USD source code, for example you can download from the Nvidia websites: https://developer.nvidia.com/usd#libraries-and-tools and then set usd root to it

timurproko commented 4 months ago

Thank you for clearing that up. I wasn't aware of the distinction between source and compiled. Once again, I appreciate your effort!