Describe the bug
The python bindings for the schemas are not working due to various reasons on OSX when built via CMake.
On OSX, especially on Catalina, I need to make sure that _usdArnold.so (the python module has an extension of .so on OSX, similarly to the Pixar builds) can find libusdArnold.dylib.
Describe the bug The python bindings for the schemas are not working due to various reasons on OSX when built via CMake.
On OSX, especially on Catalina, I need to make sure that
_usdArnold.so
(the python module has an extension of.so
on OSX, similarly to the Pixar builds) can findlibusdArnold.dylib
.