chore(deps): update NDMF dependency

This commit is contained in:
bd_ 2025-04-05 14:49:12 -07:00
parent 03ee9d6048
commit 45b5db46c5
6 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"version": "3.7.4" "version": "3.7.4"
}, },
"nadena.dev.ndmf": { "nadena.dev.ndmf": {
"version": "1.7.2-rc.0" "version": "1.7.4"
} }
}, },
"locked": { "locked": {
@ -19,7 +19,7 @@
"dependencies": {} "dependencies": {}
}, },
"nadena.dev.ndmf": { "nadena.dev.ndmf": {
"version": "1.7.2-rc.0" "version": "1.7.4"
} }
} }
} }

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Fixed ### Fixed
- Additiveレイヤーの問題を修正NDMFバージョンアップグレードによって修正
### Changed ### Changed
- [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、 - [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、

View File

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Fixed ### Fixed
- Fixed issues with additive layers (via NDMF version upgrade)
### Changed ### Changed
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip, - [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,

View File

@ -11,6 +11,7 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
### Added ### Added
### Fixed ### Fixed
- Additiveレイヤーの問題を修正NDMFバージョンアップグレードによって修正
### Changed ### Changed
- [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、 - [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
### Fixed ### Fixed
- Fixed issues with additive layers (via NDMF version upgrade)
### Changed ### Changed
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip, - [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,

View File

@ -16,6 +16,6 @@
}, },
"vpmDependencies": { "vpmDependencies": {
"com.vrchat.avatars": ">=3.7.4", "com.vrchat.avatars": ">=3.7.4",
"nadena.dev.ndmf": ">=1.7.2-r <2.0.0-a" "nadena.dev.ndmf": ">=1.7.4 <2.0.0-a"
} }
} }