mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-03 19:56:23 -05:00
29 lines
2.3 KiB
Markdown
29 lines
2.3 KiB
Markdown
# v0.57.0: ボーン名重複の自動リネーム
|
|
|
|
* [Release](https://github.com/vrm-c/UniVRM/releases/tag/v0.57.0)
|
|
* [Milestone](https://github.com/vrm-c/UniVRM/milestone/16?closed=1)
|
|
|
|
[Full Changelog](https://github.com/vrm-c/UniVRM/compare/v0.56...v0.57.0)
|
|
|
|
## 主な変更
|
|
|
|
### Exporter
|
|
- [**closed**] ボーン名重複と、RootのTRSを警告に下げてエクスポートできるようにした [\#478](https://github.com/vrm-c/UniVRM/pull/478)
|
|
* `ボーン名重複エラー`を警告に下げ。そのままエクスポートした場合に自動でリネームするようになりました
|
|
* `ルートに TRS が含まれているエラー`を警告に下げ。そのままエクスポートした場合、ルートの TRS は無くなります。移動に関しては問題がない場合が多いと思われますが、回転・スケールに関しては意図したとおりにならないこともありそうなのでご注意ください
|
|
- [**closed**] Experimental Exporterでjsonに空の配列が含まれglTF違反になってしまうことがあるのを修正 [\#486](https://github.com/vrm-c/UniVRM/pull/486) ([saturday06](https://github.com/saturday06))
|
|
- [**closed**] 空のモーフターゲットが出力されglTF違反になってしまうことがあるのを修正 [\#487](https://github.com/vrm-c/UniVRM/pull/487) ([saturday06]
|
|
- [**closed**] Sparse機能(BlendShapeの容量削減)のデフォルトをオフに変更。UniVRM以外のローダーで読み込めないエラー
|
|
[\#490](https://github.com/vrm-c/UniVRM/issues/490)
|
|
[\#491](https://github.com/vrm-c/UniVRM/pull/491)
|
|
|
|
## その他のChangelog
|
|
|
|
- [**closed**] UnitTestが通らなくなったのを修正 [\#495](https://github.com/vrm-c/UniVRM/pull/495)
|
|
- [**closed**] Fix warning [\#489](https://github.com/vrm-c/UniVRM/pull/489)
|
|
- [**closed**] Fix unitypackage [\#488](https://github.com/vrm-c/UniVRM/pull/488)
|
|
- [**closed**] Add upm documentation [\#483](https://github.com/vrm-c/UniVRM/pull/483)
|
|
- [**closed**] component that has reference to self hierarchy may cause freeze editor [\#482](https://github.com/vrm-c/UniVRM/pull/482)
|
|
- [**closed**] Version番号更新ダイアログ [\#481](https://github.com/vrm-c/UniVRM/pull/481)
|
|
- [**closed**] 別管理になった JsonSchema を削除 [\#473](https://github.com/vrm-c/UniVRM/pull/473)
|