docs(changelog): CHANGELOG updates

This commit is contained in:
bd_ 2025-03-09 20:36:35 -07:00
parent 5f19bad688
commit 1a20333b58
4 changed files with 7 additions and 2 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
### Changed ### Changed
- [#1476] ModularAvatarMergeAnimator と ModularAvatarMergeParameter を新しい NDMF API (`IVirtualizeMotion``IVirtualizeAnimatorController`) を使用するように変更
### Removed ### Removed

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
### Changed ### Changed
- [#1476] Switch ModularAvatarMergeAnimator and ModularAvatarMergeParameter to use new NDMF APIs (`IVirtualizeMotion` and `IVirtualizeAnimatorController`)
### Removed ### Removed

View File

@ -9,11 +9,13 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
## [Unreleased] ## [Unreleased]
### Added ### Added
- CHANGELOGファイルを追加
### Fixed ### Fixed
- [#1460] パラメーターアセットをMA Parametersにインポートするとき、ローカルのみのパラメーターが間違ってアニメーターのみ扱いになる問題を修正 - [#1460] パラメーターアセットをMA Parametersにインポートするとき、ローカルのみのパラメーターが間違ってアニメーターのみ扱いになる問題を修正
### Changed ### Changed
- [#1476] ModularAvatarMergeAnimator と ModularAvatarMergeParameter を新しい NDMF API (`IVirtualizeMotion``IVirtualizeAnimatorController`) を使用するように変更
### Removed ### Removed

View File

@ -14,11 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added CHANGELOG files - Added CHANGELOG files
### Fixed ### Fixed
### Changed
- [#1460] When importing parameter assets in MA Parameters, "local only" parameters were incorrectly treated as - [#1460] When importing parameter assets in MA Parameters, "local only" parameters were incorrectly treated as
"animator only" "animator only"
### Changed
- [#1476] Switch ModularAvatarMergeAnimator and ModularAvatarMergeParameter to use new NDMF APIs (`IVirtualizeMotion` and `IVirtualizeAnimatorController`)
### Removed ### Removed
### Security ### Security