1.15.0-rc.1
Pre-release
Pre-release
·
236 commits
to main
since this release
Version 1.15.0-rc.1
This is a prerelease version. There may be bugs, and API compatibility is not yet guaranteed.
Please: BACK UP YOUR PROJECTS
Notable changes
Fixed
- [#1812]
Scale Adjustercan now adjust the length of humanoid bones - [#1813]
Fit Previewwould fail to render physbones when they point to a transform other than themselves in some cases - [#1814] Fixed an issue where
Fit Previewwould break after changing target avatar - [#1814] Blocked the DEL key in
Fit Previewwindows to avoid accidental object deletion
Changed
- [#1815] Modular Avatar will no longer garbage collect unused objects when they are referenced by an animation
主な変更点
Fixed
- [#1812]
Scale Adjusterでヒューマノイドリグのボーンの長さを変更できるようになりました - [#1813]
Fit Previewで自分以外のトランスフォームを指定するPhysBoneを再生しない場合がある問題を修正 - [#1814] 選択アバターを変えた後に
Fit Previewが動作しなくなるバグを修正 - [#1814] 間違ってオブジェクトを削除してしまう事故を防止するため、
Fit Previewウィンドウで DEL キーを無効化
Changed
- [#1815] 不要な場合でも、アニメーションで操作されるオブジェクトを削除しないように変更