Enable OpenEXR DWAB compresstion
The DWAB compression was disabled in the d59721c2c3 due to
a bug in the OpenEXR library which is now resolved.
Re-enable the DWAB compression for OpenEXR output. It is a
simple change, and DWAB often behaves better than DWAA.
Differential Revision: https://developer.blender.org/D13713
This commit is contained in:
@@ -86,8 +86,7 @@ const EnumPropertyItem rna_enum_exr_codec_items[] = {
|
||||
{R_IMF_EXR_CODEC_B44, "B44", 0, "B44 (lossy)", ""},
|
||||
{R_IMF_EXR_CODEC_B44A, "B44A", 0, "B44A (lossy)", ""},
|
||||
{R_IMF_EXR_CODEC_DWAA, "DWAA", 0, "DWAA (lossy)", ""},
|
||||
/* NOTE: Commented out for until new OpenEXR is released, see T50673. */
|
||||
/* {R_IMF_EXR_CODEC_DWAB, "DWAB", 0, "DWAB (lossy)", ""}, */
|
||||
{R_IMF_EXR_CODEC_DWAB, "DWAB", 0, "DWAB (lossy)", ""},
|
||||
{0, NULL, 0, NULL, NULL},
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user