- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
Image: Add Quality setting to EXR DWAA/DWAB compression
Or, to rephrase: I don't know why within Blender the EXR compression settings are called "codec" everywhere (in code, and in UI labels). They all refer to "compression", and the actual OpenEXR API…
Image: Add Quality setting to EXR DWAA/DWAB compression
In blender's exr code, they are the same. I'm not sure why the UI labels it "codec", I think "compression" would be way more understandable for the users.
Image: Add Quality setting to EXR DWAA/DWAB compression
Not really, one could argue that OPENEXR_COMPRESS
should really be named OPENEXR_COMPRESS_MASK
-- it is 0xF today and just means "lowest 4 bits are the compression/codec enum value". Nothing…
UI: Reorder EXR compression dropdown and add tooltips
@JacquesLucke hmm but the previous order was very much not alphabetical already?
Image: Add Quality setting to EXR DWAA/DWAB compression
UI: Reorder EXR compression dropdown and add tooltips
Aras Pranckevicius
created branch exr_compression_items in aras_p/blender
2024-10-09 10:27:44 +02:00
WIP: VSE: Use EXR format for float image proxies, and EXR: support DWA compression quality
9bc5e7ae07
VSE: Save float image proxies as EXR format
67ea067299
EXR: Support Quality setting for DWAA/DWAB compression modes
7dad51a724
IMB: Add function to scale image into a new image, use that instead of duplicate+scale
cdccabbcf2
Merge branch 'blender-v4.3-release'
70a429bb18
UI: Fix missing hyphen in "Addon Tags" label