Beta 2023.11.18.1263

From Resonite Wiki
Revision as of 10:56, 13 January 2024 by J4 (talk | contribs) (add version 2023.11.18.1263)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Beta 2023.11.18.1263 is a Resonite version released on 2023/11/18.

The following notes were sent by Frooxius:

Mostly small build, I spent quite a bit of time updating our dependencies and cloud to .NET 8 which released recently.
There's new function for sorting blendshapes now too! This should make it easier to deal with blendshapes being in different order when trasferring meshes and such.
Also Glitch is cute.

New features:

  • Added "Sort Blendshapes (by name)" processing to SkinnedMeshRenderer
    • This will sort and remap blendshapes, which allows ensuring a consistent ordering of the blendshapes
  • Add "Sort Blendshapes (by name length, then name)"
    • This is similar, but will sort blendshapes by the name length first - this is useful if you want to group them by short names first

Locale:

  • Merged Japanese locale update by @eai
  • Merged German locale update by @muppeq

Tweaks:

  • "Reset to default" field inspector action is now undoable (requested by @nytra, issue #713)
  • Updated cloud infrastructure to .NET 8 from .NET 7
  • Updated number of libraries to .NET 8 related versions (e.g. System.Text.Json)
  • Updated additional dependencies and libraries to newer versions
  • Blendshape names in the inspector will now auto-update when the target mesh is changed (e.g. when recomputing or sorting blendshapes)
  • Updated native Assimp library to latest version from the source