Start of MMD Tools

- The idea is to have several buttons which kinda mimic what Cats used to do.
- These are very basic, don't work very well, will improve before Alpha 1.
This commit is contained in:
Yusarina
2024-12-05 15:09:40 +00:00
parent b1631b2868
commit 3e187bd18a
7 changed files with 683 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class AvatarToolKit_PT_SettingsPanel(Panel):
bl_region_type: str = 'UI'
bl_category: str = CATEGORY_NAME
bl_parent_id: str = AvatarToolKit_PT_AvatarToolkitPanel.bl_idname
bl_order: int = 4
bl_order: int = 5
def draw(self, context: Context) -> None:
"""Draw the settings panel layout with language selection"""