From 79753debd1402741373f18f87f212c195e255867 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Sat, 21 Nov 2020 11:15:25 -0800 Subject: [PATCH] Update changelog for recent work --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b14002ce1..e0e09830a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ - Added viewer support for partially-transparent mesh partitions. - Added a subsurface scattering approximation to MaterialX GLSL. - Added a CMake option for building shared libraries on Linux and MacOS. +- Added support for the latest OpenImageIO interface. ### Changed - Improved the robustness of texture baking and shader translation. +- Unified the handling of missing images in generated GLSL. - Moved CI builds from Travis and Appveyor to GitHub Actions. ### Fixed +- Fixed a bug in code generation for custom BSDF/EDF graphs. - Fixed rendering of single-channel textures in MaterialXRenderGlsl. ## [1.37.2] - 2020-09-06