GPUOpen-LibrariesAndSDKs / BlenderUSDHydraAddon

This add-on allows you to assemble and compose USD data with Blender data and render it all using various renderers via Hydra.
Apache License 2.0
362 stars 37 forks source link

Can't activate on Linux Manjaro and Blender 3.5.0 #273

Closed lediaev closed 1 year ago

lediaev commented 1 year ago

I downloaded the zip file for release 1.1 from here. I was able to install, but not activate. I tried every version available. I was able to take a screenshot of the error messages.

blender_addon_fail

I see that the addon is trying to import a python module that doesn't exist. I also took a screenshot of the USD python directory.

blender_addon_fail-2

lediaev commented 1 year ago

I solved the activation problem. I compiled both USD and MaterialX from the c++ sources with python enabled, and added the python folder paths to .bashrc, and removed the corresponding folders from site-packages. After that, the Blender addon found all imports.