Autodesk / arnold-usd

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

Add option in the writer to author light links through builtin schemas #844

Open sebastienblor opened 3 years ago

sebastienblor commented 3 years ago

Currently the writer authors light links in usd as arnold data, e.g. : primvars:arnold:light_groups .

But USD has its own way of defining this through builtins schemas UsdCollectionAPI. Unfortunately, it's less efficient to read the later ones, because the logic is different between arnold and usd (shape-centric VS light-centric). So for now the writer is authoring the arnold data. We could want to add an option in the writer to control that

autodesk-oss-arnold-bot[bot] commented 1 year ago

Issue synced internally to ARNOLD-13282