Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(exr): beware exr attributes that interfere with our hints
Our exr writer uses some special hints starting with "openexr:" to control aspects of the writing, and the reader sets these to communicate some things about the file it's reading. But we identified a case where the actual exr file had metadata named "openexr:levelmode" -- which is of no particular meaning to openexr itself, but it is the name we use to communicate hints to our writer by make_texture. We just need to make sure that if we don't set it proactivesly, we make sure to clear it if there is a stray bit of metadata with that same name coincidentally. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information