mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-07 04:58:59 +08:00
chore(deps): update NDMF dependency
This commit is contained in:
parent
03ee9d6048
commit
45b5db46c5
4
.github/ProjectRoot/vpm-manifest-2022.json
vendored
4
.github/ProjectRoot/vpm-manifest-2022.json
vendored
@ -4,7 +4,7 @@
|
||||
"version": "3.7.4"
|
||||
},
|
||||
"nadena.dev.ndmf": {
|
||||
"version": "1.7.2-rc.0"
|
||||
"version": "1.7.4"
|
||||
}
|
||||
},
|
||||
"locked": {
|
||||
@ -19,7 +19,7 @@
|
||||
"dependencies": {}
|
||||
},
|
||||
"nadena.dev.ndmf": {
|
||||
"version": "1.7.2-rc.0"
|
||||
"version": "1.7.4"
|
||||
}
|
||||
}
|
||||
}
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
||||
|
||||
### Changed
|
||||
- [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、
|
||||
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
- Fixed issues with additive layers (via NDMF version upgrade)
|
||||
|
||||
### Changed
|
||||
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
||||
|
@ -11,6 +11,7 @@ Modular Avatarの主な変更点をこのファイルで記録しています。
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
- Additiveレイヤーの問題を修正(NDMFバージョンアップグレードによって修正)
|
||||
|
||||
### Changed
|
||||
- [#1542] Merge Animatorは、アニメーションクリップを含む単一のstateを持つレイヤーに対してWD設定を一致させるが、
|
||||
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Added
|
||||
|
||||
### Fixed
|
||||
- Fixed issues with additive layers (via NDMF version upgrade)
|
||||
|
||||
### Changed
|
||||
- [#1542] Merge Animator now will match WD settings for layers with a single state containing an animation clip,
|
||||
|
@ -16,6 +16,6 @@
|
||||
},
|
||||
"vpmDependencies": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user