Autodesk / arnold-usd

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

Fix prims visibility during procedural updates #1913

Closed sebastienblor closed 2 weeks ago

sebastienblor commented 2 weeks ago

Changes proposed in this pull request During procedural interactive updates, we were always returning true in GetPrimVisiblity, because of a previous optimization. This PR just ensures that we call the procedural function IsPrimVisible function when we're in update mode. This fixes internal ticket MAXTOA-1777

Issues fixed in this pull request Fixes #1912