Autodesk / arnold-usd

Arnold components for USD
https://www.arnoldrenderer.com/
Other
236 stars 56 forks source link

Write cylinder lights as USdLux cylinder lights primitives #1895

Closed sebastienblor closed 2 months ago

sebastienblor commented 2 months ago

Changes proposed in this pull request When an Arnold cylinder light is written as USD, we now write a USdLuxCylinderLight primitive, as it was previously done for other node types (disk lights, etc...).

A small change needed to be done on the reader side for such cylinder lights. The arnold parameters need to be read after all the schemas builtin attributes, so that they can eventually override them.

Added test_1894

Issues fixed in this pull request Fixes #1894