Progress System

- Added Progress system so the user knows something is being done when there use certain functions. Currently only Join Meshes, Viseme creation and combine materials use it.
- Disbabled some translation debguing stuff to remove spam from the console.
This commit is contained in:
Yusarina
2024-07-25 23:06:20 +01:00
parent fef46cd567
commit 771c4926a6
7 changed files with 94 additions and 33 deletions
+3
View File
@@ -26,6 +26,9 @@ def register() -> None:
bpy.types.Scene.avatar_toolkit_language_changed = bpy.props.BoolProperty(default=False)
bpy.types.Scene.avatar_toolkit_progress_steps = bpy.props.IntProperty(default=0)
bpy.types.Scene.avatar_toolkit_progress_current = bpy.props.IntProperty(default=0)
bpy.types.Scene.mouth_a = bpy.props.StringProperty(
name=t("VisemePanel.mouth_a.label"),
description=t("VisemePanel.mouth_a.desc")