LucaScheller
LucaScheller
Can you try running: ``` from pxr import Ar from usdAssetResolver import CachedResolver ``` And see if there is an error message? (Python + system console)
Hey, so I think compiling the resolver yourself here is our best bet. I am assuming that Davinci installs some system libs for compatiblity and that is some how messing...
Hey, I know this is a bit late, but: @dovanbel had a similar issue here: https://github.com/LucaScheller/VFX-UsdAssetResolver/issues/21#issuecomment-2370356290 He re-installed Microsoft Visual C++ 2015-2022 Redistributable (x64) and that seems to solve it....
Hi Jason, not yet ;) So far, this repo only builds against the latest official Houdini release. I'll add support once the new version comes out ( or if I...
Hi Jason, the resolvers are now USD 24.11+ compatible starting with release [v0.7.5](https://github.com/LucaScheller/VFX-UsdAssetResolver/releases/tag/v0.7.5). Let me know if you run into any issues!
I'll close this issue for now, feel free to re-open it if you run into any problems :)
Hey, thanks for checking out/using the resolver. Are you calling ``` from pxr import Ar from usdAssetResolver import CachedResolver ``` or just: ``` from usdAssetResolver import CachedResolver ``` ?
Hey, sorry for not getting back to this again. Some more thoughts: - Is the python version an exact match? - Are you compiling USD (and boost pre USD 24.11)...
Great, I'll close this for now then :)