Page MenuHome

Fix: Respect users' choise of RGB for EXR
ClosedPublic

Authored by Lin Hsu (linhsu0723) on Sep 15 2022, 7:12 PM.

Details

Summary

Currently RGBA is used even RGB is chosen for EXR. This causes different
image appearances in other image viewers if not all alpha values are 0.

Diff Detail

Repository
rB Blender

Event Timeline

Lin Hsu (linhsu0723) requested review of this revision.Sep 15 2022, 7:12 PM
Lin Hsu (linhsu0723) created this revision.

I'll commit this, but will also in a separate commit disable the BW/RGB/RGBA option for multilayer OpenEXR and leave it only for OpenEXR.

Saving some render passes as RGB instead of RGBA can break in unexpected ways (e.g. for cryptomatte), and in general multilayer is intended to dump the raw render for further processing.

This revision is now accepted and ready to land.Oct 3 2022, 9:03 PM