1.9.0-rc.0
Pre-release
Pre-release
·
1090 commits
to main
since this release
What's Changed
- Added support for a unified error reporting system that other non-destructive plugins can integrate with.
- Extension authors: See the NDMF API documentation for details.
- Added support for merging multiple blend trees into a single animation layer by @bdunderscore in #572
- Add a component to perform nonuniform scale adjustments by @bdunderscore in #583
Bugfixes and improvements
- feat: prune empty animator layers by @bdunderscore in #579
- fix: Replace Object dropping children (#547) by @konsti219 in #575
- fix: zero scale on outfit destroys transform data by @bdunderscore in #577
- opti: prune garbage sample expression parameters found in VRChat's template asset by @bdunderscore in #578
- fix: enable wordwrap for Setup Outfit error dialog by @bdunderscore in #584
- fix: remove duplicate animator merger and add parameter type mismatch error asset references by @bdunderscore in #585
- fix: some issues where Move Independently did not properly update by @bdunderscore in #587
主な変更点
- 他の非破壊拡張が使える共通エラー表示規格に対応
- 拡張作者はNDMF API のドキュメンテーションに参照
- 複数のBlend Treeを一つのアニメーターレイヤーとして統合するコンポーネントを追加 by @bdunderscore in #572
- X/Y/Z軸が異なるスケール調整を行うためのコンポーネントを追加 by @bdunderscore in #583
バグ修正や改善点
- 空のアニメーターレイヤーを削除 by @bdunderscore in #579
- Replace Object が子オブジェクトを消してしまうバグを修正 (#547) by @konsti219 in #575
- 衣装のスケールをゼロにするとtransform情報が破壊されるバグを修正 by @bdunderscore in #577
- VRChatのテンプレートアセットにあった、ゴミパラメーターデータを削除 by @bdunderscore in #578
- Setup Outfitのエラーが見切られてしまう問題を修正 by @bdunderscore in #584
- パラメーター型が一致しない時のエラー表示を改善 by @bdunderscore in #585
- Move Independentlyが正しく更新しない場合がある問題を修正 by @bdunderscore in #587
New Contributors
- @rurre made their first contribution in #555
- @konsti219 made their first contribution in #575
- @kurotu made their first contribution in #586
Full Changelog: 1.8.4...1.9.0-rc.0