Mark Tucker
Mark Tucker
I have been following along here, but I'm a little bit confused... I have definitely seen situations where the behavior of TfNormPath (and running a path through asset resolution) turns...
FWIW SideFX has been building USD with VS 2022 for quite a while without any issues. We don't use the standard build scripts, but it all just boils down to...
I have signed a CLA through SideFX.
The list of libraries to link against should be coming from $HOUDINI_ROOT/toolkit/cmake/HoudiniConfig.cmake. Are you setting HOUDINI_ROOT to point to $HFS of your 19.0.657 installation? The libcurlwrap library was removed around...
Ah, yes indeed, my mistake. The library names on Windows and Linux are different, and the needs of the linker are different. Could you please fix that list and submit...
Excellent! Thanks so much.
I didn't have any plans to look into this because when users report errors like this, it generally indicates a mistake earlier in the process, and they didn't actually intend...
Simpler reproduction case: Load any mtlx file into usdview. In the interpreter window run: `usdviewApi.stage.GetRootLayer().Reload(True)` This is, I'm afraid, because the MaterialX file format plugin is fundamentally broken. The implementation...
I was wondering if there might be some way to "re-enable" notifications within `UsdMtlxFileFormat::Read`, or enable notifications for just that one stage or something? But I guessed that would be...
Hey @spiffmon, we don't think this will be a huge workflow impediment. We have implemented a workaround in Houdini by which we simply ignore any requests to reload MTLX files....