Help! MaterialBindingAPI Issues with hd_render
#186
|
Hello! I think I have MoonRay™ mostly built and working on Rocky Linux 9.5 but I can't seem to render the example sphere using Here are the warnings I've been getting: After some digging I was able to render an output image using this environment variable: I feel like I must have missed something somewhere, but I can't seem to figure out what it is😅. Any help would be much appreciated!!! |
Replies: 2 comments 1 reply
|
Hi, it looks like there are a couple of issues here:
|


Hi, it looks like there are a couple of issues here:
Our sphere.usd scene file is a bit out of date and missing the MaterialBindingAPI schema on the sphere geometry.
Try modifying the sphere definition to add it as follows:
The install location of the moonrayShaderDiscovery and moonrayShaderParser plugins is currently plugin/usd when it should probably be plugin/pxr
Can you tell us what your PXR_PLUGINPATH_NAME is?
After looking into this, I've made a few changes that will go out in the next release.
For now you can try applying the following changes at the top-level…