Releases: matyalatte/Blender-DDS-Addon
Releases · matyalatte/Blender-DDS-Addon
v0.2.1
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
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
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
Changelog
- Improved exporting speed for cubemaps.
- Improved fourCC handling.
- Improved error handling for unsupported formats.
v0.1.1
Changelog
- Added support for cubemaps
- Fixed typo
v0.1.0
Changelog
- Initial release