UI: Reorder EXR compression dropdown and add tooltips #128787

Merged
Aras Pranckevicius merged 3 commits from aras_p/blender:exr_compression_items into main 2024-10-09 20:29:23 +02:00

3 Commits

Author SHA1 Message Date
0dfa9baa67 Remove trailing periods from tooltips 2024-10-09 13:19:16 +03:00
349395d7e0 Fix incorrect dropdown filtering for 32-bit exr 2024-10-09 11:36:50 +03:00
b6b9945e3a UI: Reorder EXR compression dropdown and add tooltips
OpenEXR has many compression codecs exposed, with some of them arguably
not very useful. Generally, for lossless compression you want ZIP or PIZ,
and for lossy compression you want DWAA/DWAB. Reorder the dropdown
entries so that these are at the top just below "No compression".
Previously the not-really-great choice of Pxr24 was the first.

Add tooltips to all the compression codecs too, trying to explain
what each of them does in once sentence.
2024-10-09 11:27:32 +03:00