Skip to content

Instantly share code, notes, and snippets.

@madosuki
Last active February 6, 2024 15:08
Show Gist options
  • Save madosuki/4d8a1a4ec1d7cc336874a24b873eb7bf to your computer and use it in GitHub Desktop.
Save madosuki/4d8a1a4ec1d7cc336874a24b873eb7bf to your computer and use it in GitHub Desktop.
春日部つむぎ公式live2Dモデルのmodel.json用のパッチ.
--- "./\346\230\245\346\227\245\351\203\250\343\201\244\343\202\200\343\201\216\345\205\254\345\274\217live2D\343\203\242\343\203\207\343\203\253.model3.json" 2022-02-15 20:49:46.000000000 +0900
+++ "/home/user/live2d_models/\346\230\245\346\227\245\351\203\250\343\201\244\343\202\200\343\201\216\345\205\254\345\274\217live2D\343\203\242\343\203\207\343\203\253/\346\230\245\346\227\245\351\203\250\343\201\244\343\202\200\343\201\216\345\205\254\345\274\217live2D\343\203\242\343\203\207\343\203\253.model3.json" 2023-10-22 12:25:35.614224482 +0900
@@ -14,12 +14,15 @@
{
"Target": "Parameter",
"Name": "LipSync",
- "Ids": []
+ "Ids": ["PARAM_MOUTH_OPEN_Y"]
},
{
"Target": "Parameter",
"Name": "EyeBlink",
- "Ids": []
+ "Ids": [
+ "PARAM_EYE_L_OPEN",
+ "PARAM_EYE_R_OPEN"
+ ]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment