Skip to content

v2.0

Compare
Choose a tag to compare
@mauserzjeh mauserzjeh released this 22 May 16:11
· 155 commits to master since this release
  • Individual .iwi import has been removed
  • Performance optimizations
    • Convert bump maps to normal maps via shader nodes instead of doing it during texture import
    • Import .dds textures by default. If .dds is not found, convert .iwi to .dds during import via iwi2dds. In this case importing should have a significant performance increase.
    • If the process fails somehow, the plugin will fall back to loading .iwi with python. In this case import times may take very long.
  • Fixed some of the wrong prop rotations
  • Fixed asset paths to follow the exact same structure of the folders as they are inside the .iwd files
  • Updated documentation
  • Release scripts to make installing from source easier