AcademySoftwareFoundation / OpenShadingLanguage

Advanced shading language for production GI renderers
BSD 3-Clause "New" or "Revised" License
2.11k stars 364 forks source link

build(deps): Adjust to OIIO changes to TextureOpt structure #1888

Closed lgritz closed 1 month ago

lgritz commented 1 month ago

OIIO 3.0 changes the TextureOpt structure a bit, and we need to adjust on the OSL end, too.

To have context for this, you need to be aware of https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4485 and https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4490.

lgritz commented 1 month ago

Any comments? OSL is broken against the OIIO beta until this is merged.

lgritz commented 1 month ago

Last chance -- I will merge this tonight in the absence of objections.