prman-pixar / RenderManForBlender

RenderMan for Blender render addon
MIT License
803 stars 134 forks source link

Cannot use PxrTexture resultRGB in PxrHSL #691

Closed erjiang closed 11 months ago

erjiang commented 11 months ago

Ran into this while testing #690 ... I wanted to rotate the hue of an image texture using PxrHSL but it doesn't seem to have any effect in the render.

To reproduce:

  1. Connect a PxrTexture resultRGB to PxrHSL.
  2. Then use the PxrHSL resultRGB as the baseColor for PxrDisneyBsdf. Selection_005
  3. Set the hue change to various values.

Expected:

Rendered material should show texture with a different hue.

Actual:

Rendered material shows original texture without hue change.

erjiang commented 11 months ago

Nevermind, this was caused by buggy nodes made using the patched files from #690, which persisted after reverting the RfB addon and opening the saved file.