Skip to content

Releases: matyalatte/Blender-DDS-Addon

v0.2.1

28 Jan 14:24
ea1e1f3
Compare
Choose a tag to compare

Changelog

  • Fixed a bug that Blender can't remove the addon after loading dll.
  • Added "Image Filter" option. (Possible to use cubic filter for mip generation.)
  • Improved error messages for unsupported files.

v0.2.0

19 Jan 13:29
Compare
Choose a tag to compare

Changelog

  • Added "Import from a Directory" operation
  • Added "Export All Images" operation
  • Added custom properties to store export options for each image
  • Updated texconv to fix a bug that cubemap images will be written on non-zeroed buffers
  • Refined codes

v0.1.3

28 Dec 11:32
Compare
Choose a tag to compare

Changelog

  • Supported dds files that have no fourCC
  • Supported UINT and SINT formats
  • Used "sRGB" as a color space for SRGB formats
  • Refined codes

v0.1.2

22 Nov 17:18
Compare
Choose a tag to compare

Changelog

  • Improved exporting speed for cubemaps.
  • Improved fourCC handling.
  • Improved error handling for unsupported formats.

v0.1.1

03 Nov 17:12
Compare
Choose a tag to compare

Changelog

  • Added support for cubemaps
  • Fixed typo

v0.1.0

13 Oct 17:38
Compare
Choose a tag to compare

Changelog

  • Initial release