You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
In the arnold usd procedural we load the render delegate using an interface HydraProcedural. This interface is exposed in hdArnold. We want to move this interface in usd_proc and load the render_delegate using the usd plugin system. This will allow us to remove the dependency between usd_proc and hdArnold, and avoid having to add the directory of hdArnold in the PATH on windows