Skip to content

Commit

Permalink
依存パッケージの更新: UniVRMExtensions-10.3.0 → 10.4.0 / UniVRM-0.127.0 → 0.128.1
Browse files Browse the repository at this point in the history
UniVRM-0.127.2 より古いバージョンとは互換性がなくなった。
  • Loading branch information
esperecyan committed Jan 4, 2025
1 parent 8aac03a commit 4768f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Editor/VRChatToVRM/VRChatToVRMConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bool keepUnusedShapeKeys
VRChatToVRMConverter.RemoveUnusedColliderGroups(clone);

// 正規化
VRMBoneNormalizer.Execute(clone, forceTPose: true);
VRMBoneNormalizer.Execute(clone, forceTPose: true, useCurrentBlendShapeWeight: true);

// 全メッシュ結合
var combinedRenderer = CombineMeshesAndSubMeshes.Combine(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"licensesUrl": "https://pokemori.booth.pm/items/1025226",
"dependencies": {
"com.vrchat.avatars": "3.5.0",
"com.vrmc.univrm": "0.127.0",
"jp.pokemori.univrm-extensions": "10.3.0"
"com.vrmc.univrm": "0.128.1",
"jp.pokemori.univrm-extensions": "10.4.0"
},
"author": {
"name": "100の人",
Expand Down

0 comments on commit 4768f21

Please sign in to comment.