Skip to content

Releases: ranidspace/BlenderBfresImporter

v2.0.1

11 Dec 00:45
Compare
Choose a tag to compare

Bugfixes

  • R8 and BC7 texture importing improvements
  • Fix blender applying the wrong material to an object when multiple have the same name
  • Fix EXR texture dumping for BC6 textures
  • Fix error handling for external files to prevent crashes

v2.0.0

02 Dec 05:31
e602e59
Compare
Choose a tag to compare

This is a huge overhaul of the original Bfres Importer extension I made, so this is version 2. It uses an entirely new backend for reading the files and many changes to the Blender importing.

Notable changes include:

  • BFRES v8 and v9 support, should now work with most switch models you can throw at it
  • BC6 and BC7 texture support
  • Mat Params/Shader Options/Render Info importing into the Blender material custom properties
  • Base data from Bone Animations
  • Many smaller fixes