github Laupetin/OpenAssetTools v0.24.0

latest releases: v0.25.0, v0.24.1
3 months ago

Changes to XModel bone rotations

Previously exported GLTF/GLB files used wrong formulas to calculate bone rotations.
This resulted in bones of models that were using non-zero values for rotations to be wrong.

While OAT did correct this error again when loading GLTF/GLB files, importing any model that was not dumped by OAT resulted in strange results ingame.

To correct for this, the rotation formulas were corrected and the current xmodel version (the _version key of xmodel .json files) was increased to 2.
Any gltf/glb model loaded from an xmodel .json with version 1 will still apply the old behaviour for backwards compatibility.
When dumping xmodels, only version 2 results will be created however.

I hope this fixes some problems that were previously experienced by modders trying to create custom models.

What's Changed

Full Changelog: v0.23.0...v0.24.0

Don't miss a new OpenAssetTools release

NewReleases is sending notifications on new releases.