F. Sebastian (spiff) Grassia
F. Sebastian (spiff) Grassia
Can you please say more about the remapping process? In the original scenes, are there authored drive-letters/absolute-paths that are capitalized? And is the mapping process finding, resolving, and reauthoring all...
It seems likely that USD _is_ the one that is responsible for converting your drive letters to lower-case, because if you are using the default [ArDefaultResolver](https://github.com/PixarAnimationStudios/OpenUSD/blob/release/pxr/usd/ar/defaultResolver.cpp) in your setup, it...
So, it turns out that lower-casing the drive letter **only happens when a path is resolved on a Windows machine** . Since your render farm is linux, that suggests to...
@adalast , just wanted to note here that, per [AOUSD forum](https://forum.aousd.org/t/drive-letter-casing-for-normalized-windows-paths-in-openusd/1412/6) and internal discussions, we are also going to try modifying USD's NormPath and RealPath functions to match python.os's behavior,...
Hi @nxkb ! This definitely seems like a useful feature - I have a few concerns/questions, though: 1. The method added to UsdStage could be _very_ expensive, and is easily...
Just a heads-up that we are hoping to be boost-free this year (with 24.05 we are _almost_ free in a no-python build).
Would you mind updating/resolving this, @aaye ? All but the usdSkelImaging and usdVolImaging have been resolved, but we'd love to get your fixes for those two!
Sorry for the delay here, @alejandronespereira ... we;ve never heard of this one before - were you able to work through it? We will soon be moving forward our supported...
Thanks, @mattyjams ! We are actually IP on adding new elementTypes `point` and `edge` for use initially in UsdPhysics, so in your checks relating to `materialBind` family, it would be...
Also, @sirpalee , the "texture bindings per-geometry" is _mostly_ a render-delegate-specific problem (beyond formalizing the USD/UsdShade convention for indicating primvar-substitutions for assetPaths), and if Storm performance is important enough to...