UI Updates
- Added icons to ui. - Re-organised the UI slightly. - Added some more Titles such as Join Meshes and etc. - Slight wording changing on descriptions.
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
"AvatarToolkit.description": "creating and editing avatars in blender,",
|
||||
"AvatarToolkit.alpha_warning": "This is an early alpha version, so expect bugs and issues.",
|
||||
"Quick_Access.label": "Quick Access",
|
||||
"Quick_Access.import_export.label": "Import/Export",
|
||||
"Quick_Access.options": "Quick Access Options",
|
||||
"Quick_Access.import_export.label": "Import/Export:",
|
||||
"Quick_Access.options": "Quick Access:",
|
||||
"Quick_Access.select_armature": "Select Armature:",
|
||||
"Quick_Access.import_menu.label": "Import Menu",
|
||||
"Quick_Access.import": "Import",
|
||||
"Quick_Access.export": "Export",
|
||||
@@ -29,15 +30,16 @@
|
||||
"Export.resonite.label": "Export to Resonite",
|
||||
"Export.resonite.desc": "Export a GLB with all animations and materials. For animation data see:",
|
||||
"Optimization.label": "Optimization",
|
||||
"Optimization.options.label": "Optimization Options",
|
||||
"Optimization.options.label": "Optimization:",
|
||||
"Optimization.combine_materials.label": "Combine Materials",
|
||||
"Optimization.combine_materials.desc": "Combine similar materials to optimize the model",
|
||||
"Optimization.combine_materials.desc": "Combine similar materials to reduce draw calls and improve performance",
|
||||
"Optimization.joinmeshes.label": "Join Meshes:",
|
||||
"Optimization.join_all_meshes.label": "Join All Meshes",
|
||||
"Optimization.join_all_meshes.desc": "Join all meshes into one",
|
||||
"Optimization.join_all_meshes.desc": "Merge all meshes into a single object to reduce draw calls",
|
||||
"Optimization.join_selected_meshes.label": "Join Selected Meshes",
|
||||
"Optimization.join_selected_meshes.desc": "Join all currently Selected Meshes into one",
|
||||
"Optimization.join_selected_meshes.desc": "Merge only the selected meshes into a single object",
|
||||
"Optimization.remove_doubles_safely.label": "Remove Doubles Safely",
|
||||
"Optimization.remove_doubles_safely.desc": "Remove doubles on all meshes, making sure not to fuse things like mouths together",
|
||||
"Optimization.remove_doubles_safely.desc": "Remove duplicate vertices while preserving important features like mouth shapes",
|
||||
"Optimization.no_armature_selected": "No armature selected",
|
||||
"Optimization.no_meshes_found": "No meshes found for the selected armature",
|
||||
"Optimization.materials_combined": "Combined {num_combined} materials",
|
||||
@@ -52,7 +54,7 @@
|
||||
"Optimization.select_armature": "Please select an armature",
|
||||
"Tools.select_armature": "Please select an armature",
|
||||
"Tools.label": "Tools",
|
||||
"Tools.tools_title.label": "Tools",
|
||||
"Tools.tools_title.label": "Tools:",
|
||||
"Tools.convert_to_resonite.label": "Convert to Resonite",
|
||||
"Tools.convert_to_resonite.desc": "Converts bone names on a model to names compatible with Resonite",
|
||||
"Tools.create_digitigrade_legs.label": "Create Digitigrade Legs",
|
||||
@@ -102,7 +104,7 @@
|
||||
"AutoVisemeButton.error.selectShapekeys": "Please Select shape keys",
|
||||
"AutoVisemeButton.success": "Visemes created successfully",
|
||||
"Settings.label": "Settings",
|
||||
"Settings.language.label": "Language",
|
||||
"Settings.language.label": "Language:",
|
||||
"Settings.language.desc": "Select the language for the addon's UI",
|
||||
"Settings.translation_restart_popup.label": "Translation Update",
|
||||
"Settings.translation_restart_popup.description": "Information about translation updates",
|
||||
|
||||
Reference in New Issue
Block a user