Skip to content

Releases: matyalatte/Blender-DDS-Addon

v0.4.3

05 Oct 12:00
cbb9aae
Compare
Choose a tag to compare

Changelog

  • Fixed a crash when changing viewport shading after using DDS addon with Blender 4.2 on Windows. (#28)

v0.4.2

29 Jun 12:22
Compare
Choose a tag to compare

Changelog

v0.4.1

19 May 02:57
ea9008f
Compare
Choose a tag to compare

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

06 Apr 07:28
809f24c
Compare
Choose a tag to compare

Changelog

  • Added support for arm64 chips on macOS (e.g. Apple M1)
  • Added support for ASTC formats.
  • Fixed errors when importing and exporting snorm textures.
  • Fixed a bug that the addon removes alpha from HDR textures. (#18)

v0.3.5

17 Mar 00:12
210fda0
Compare
Choose a tag to compare

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

28 Dec 00:07
180f346
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that SNORM textures are broken when importing. (#14)
  • Tested with Blender 4.0 and the latest LTS versions.

v0.3.3

23 Oct 14:21
13d4a4c
Compare
Choose a tag to compare

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

27 May 01:44
Compare
Choose a tag to compare

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)

19 Feb 01:12
6511573
Compare
Choose a tag to compare

Changelog

  • Fixed an error when loading volume textures.

v0.3.0

16 Feb 16:32
183f984
Compare
Choose a tag to compare

Changelog

  • Supported texture arrays and volume textures.
  • Improved serialize functions.