arnold-usd icon indicating copy to clipboard operation
arnold-usd copied to clipboard

Unsupported array parameter error when reading RectLights

Open sirpalee opened this issue 3 years ago • 1 comments

Describe the bug When opening an usda file in Hydra, with a rect light and a filters parameter, we get an error that aborts rendering.

To Reproduce Steps to reproduce the behavior:

  1. Open the usda file in internal.zip.
  2. The render delegate triggers an error message: Unsupported array parameter /aiAreaLight1/aiAreaLightShape1.filters

Expected behavior There should be no error message and the light converter should not try to use HdArnoldSetParameter to convert the filters parameter on a light. We have other code paths for that.

sirpalee avatar Aug 11 '21 13:08 sirpalee

Issue synced internally to ARNOLD-13285