ImageEngine / cortex

Libraries for visual effects software development
Other
531 stars 124 forks source link

USDScene : Don't treat `lightLink` and `shadowLink` as sets #1433

Closed johnhaddon closed 1 month ago

johnhaddon commented 1 month ago

They don't match our set semantics, and typically generate huge numbers of warnings during loading. We only ignore them on UsdLuxLights (where they are built in to the base schema), so users can still use those names for collections/sets elsewhere.