Workaround to fix compilation under kfreebsd-amd64 This patch is workaround to fix a compilation error under kfreebsd-amd64 Includes <cerrno> on top in order to avoid the inclusion of <errno.h>.
Fixes locale problems in export to HTML feature This patch fixes a problem caused by certain locales in the export to HTML feature. In particular, in the wrong calculation of image size and other numerical values, in locales that use the dot as separator of thousands.
Fix build against OpenEXR 3 Update FindOpenEXR.cmake from blender https://developer.blender.org/diffusion/B/browse/master/build_files/cmake/Modules/FindOpenEXR.cmake Use OPENEXR_INCLUDE_DIRS instead of OPENEXR_INCLUDE_DIR.