Skip to content

Release v1.20.2

Choose a tag to compare

@Norbyte Norbyte released this 05 Sep 16:01
· 41 commits to master since this release

Make sure you have .NET 8.0 installed: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.3-windows-x64-installer

Collada deprecation notice

Collada support is being deprecated in Blender (see https://devtalk.blender.org/t/moving-collada-i-o-to-legacy-status/34621 ).
LSLib v1.20 adds support for glTF 2.0, a more modern format which will replace Collada as the primary means to import/export Blender model and animation data.

You need to update to the latest version of the BG3 exporter plugin (https://github.com/Norbyte/dos2de_collada_exporter) to use this functionality.

Changes since v1.20.1:

  • Added support for exporting bone scale (mostly used for attachments)
  • Added animation mirroring support
  • Optimize storage format for GR2 animation data
  • Removed unnecessary skeleton/model data from animation GR2 exports
  • Update to a newer LZ4 library