Shapey Key Update.

- Viesmes will now use selected armature.
- New dropdown menu in the viseme UI so the user can select which mesh to create visemes on.
- New helper function get_armature_meshes
- Added a new check before we create the new visemes to see if any exist, if there do we will remove them and create the new ones.
- fixed several issues and errors.
This commit is contained in:
Yusarina
2024-07-25 01:42:34 +01:00
parent ddb76a0c90
commit deaada347a
6 changed files with 55 additions and 30 deletions
+3 -4
View File
@@ -31,9 +31,6 @@
"Tools.tools_title.label": "ツール",
"Tools.convert_to_resonite.label": "Resoniteに変換",
"Tools.convert_to_resonite.desc": "モデルのボーン名をResoniteと互換性のある名前に変換",
"Settings.label": "設定",
"Settings.language.label": "言語",
"Settings.language.desc": "アドオンのUIの言語を選択",
"VisemePanel.label": "ビセーム",
"VisemePanel.error.noMesh": "メッシュが選択されていません",
"VisemePanel.error.noShapekeys": "選択されたメッシュにシェイプキーがありません",
@@ -45,7 +42,9 @@
"AutoVisemeButton.desc": "シェイプキーに基づいて自動的にビセームを作成",
"AutoVisemeButton.error.noShapekeys": "シェイプキーが見つかりません",
"AutoVisemeButton.error.selectShapekeys": "シェイプキーを選択してください",
"AutoVisemeButton.success": "ビセームが正常に作成されました"
"AutoVisemeButton.success": "ビセームが正常に作成されました",
"Settings.label": "設定",
"Settings.language.label": "言語",
"Settings.language.desc": "アドオンのUI言語を選択してください",
"Settings.translation_restart_popup.label": "翻訳の更新",
"Settings.translation_restart_popup.description": "翻訳の更新に関する情報",