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

Replace the BlenderUSDHydraAddon repo with the RPRHydraRenderBlenderAddon #274

Closed VascoPi closed 1 year ago

VascoPi commented 1 year ago

PURPOSE

Replace the BlenderUSDHydraAddon repo with the RPRHydraRenderBlenderAddon.

EFFECT OF CHANGE

Replace the BlenderUSDHydraAddon repo with the RPRHydraRenderBlenderAddon.

TECHNICAL STEPS

Replaced redundant submodules. Moved submodules to ./deps/<submodule> Replaced sources. Remove ./tools dir. Update License.md and license headers. Updated addon version -> 2.0 and blender version -> 4.0. Moved diffs to ./patches/<diff>. Cleaned up .gitignore. Removed unnecessary dependencies in requirements.txt. Added patch ./patches/usd_opengl_errors_fix.diff to fix OpenGL errors.