Skip to content

Commit

Permalink
Merge pull request #882 from anatawa12/minimum-sdk-3.3.0
Browse files Browse the repository at this point in the history
chore(deps): upgrade minimum vrcsdk to 3.3.0
  • Loading branch information
anatawa12 authored Jan 31, 2024
2 parents 843a244 + 06930e4 commit a38bcbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog].
- Converts Entry / Exit to 1D BlendTree `#854` `#867`
- Merges multiple Direct BlendTree to single Direct BlendTree `#870`
- Removes meaningless Animator Layers `#870`

f
### Changed
- MergePhysBone now corrects curve settings `#775`
- MergePhysBone now warns if chain length are not same `#775`
Expand All @@ -32,6 +32,8 @@ The format is based on [Keep a Changelog].
- That's unnecessary (incorrect I think) and force users to remove or change the clip when user wants to face shape.
- I see AAO users use `FreezeBlendShapes` for overriding such a blendshapes on twitter.
- I think using this way is reasonable enough so I suppressed the warning if AAO detected such a usage.
- Minimum VRCSDK to 3.3.0 `#882`
- VRCSDK 3.3.0 is required for stable NDMF-VRCSDK compatibility.

### Deprecated

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The format is based on [Keep a Changelog].
- That's unnecessary (incorrect I think) and force users to remove or change the clip when user wants to face shape.
- I see AAO users use `FreezeBlendShapes` for overriding such a blendshapes on twitter.
- I think using this way is reasonable enough so I suppressed the warning if AAO detected such a usage.
- Changed minimum VRCSDK to 3.3.0 `#882`
- VRCSDK 3.3.0 is required for stable NDMF-VRCSDK compatibility.

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"license": "MIT",
"vpmDependencies": {
"nadena.dev.ndmf": "^1.3.0",
"com.vrchat.avatars": ">=3.2.0-beta.1 <3.6.0"
"com.vrchat.avatars": ">=3.3.0 <3.6.0"
}
}

0 comments on commit a38bcbb

Please sign in to comment.