Releases: matyalatte/Blender-DDS-Addon
Releases · matyalatte/Blender-DDS-Addon
v0.4.3
v0.4.2
Changelog
- Updated DirectXTex to June 2024 release (#24)
It includes a fix for HDR codec to avoid buffer overread for some malformed files (microsoft/DirectXTex#471) - Updated astc-encoder to 4.8.0 release (#24)
- Fixed a bug that the value of
DDS_FLAGS
was worng in exported dds files. (#22)
v0.4.1
Changelog
- Added support for drag-drop import. (789354c)
See here for the details.
https://github.com/matyalatte/Blender-DDS-Addon/wiki/Getting-Started#drag-and-drop-import
v0.4.0
v0.3.5
Changelog
- Added support for texture arrays with mipmaps. (#16)
- Added support for
A4B4G4R4_UNORM
. - Updated DirectXTex to the March 2024 release.
- Fixed typos.
v0.3.4
v0.3.3
Changelog
- Fixed a crash when closing Blender after exporting BC6 or BC7 textures. (#10)
- Fixed a bug that sRGB formats make textures brighter when exporting. (#11)
- Fixed an error when importing files from some specific directory structures.
- Fixed a bug that the
Import from a Directory
operation can not count DDS files correctly. - Fixed an error when releasing DLL resources on Linux.
- The addon will release DLL resources for each operation.
v0.3.2
Changelog
- Fixed an error when importing dds without image editor opened.
- Fixed an error when changing workspace with file picker opened.
v0.3.1 (hotfix for v0.3.0)
Changelog
- Fixed an error when loading volume textures.
v0.3.0
Changelog
- Supported texture arrays and volume textures.
- Improved serialize functions.