Fix #108754: remove overactive color management assert #117914

Merged
Jesse Yurkovich merged 1 commits from deadpin/blender:fix108754-dpxassert into main 2024-02-06 20:50:52 +01:00
1 changed files with 0 additions and 2 deletions

View File

@ -2572,8 +2572,6 @@ ImBuf *IMB_colormanagement_imbuf_for_write(ImBuf *ibuf,
* display transform for renders, or a user specified color space for the file. */
const bool byte_output = BKE_image_format_is_byte(image_format);
BLI_assert(!(byte_output && linear_float_output));
/* If we're saving from RGBA to RGB buffer then it's not so much useful to just ignore alpha --
* it leads to bad artifacts especially when saving byte images.
*