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

RPR delegate build improvements #275

Closed VascoPi closed 1 year ago

VascoPi commented 1 year ago

PURPOSE

Install requirements outside blender’s python. Fixing CIS build process.

EFFECT OF CHANGE

Automatic installation requirements.txt within the build process.

TECHNICAL STEPS

Removed redundant imports. Remove redundant requirements. Added install_requirements and uninstall_requirements. Including verification of whether the module is installed.