Finale Fixes

This commit is contained in:
Yusarina
2024-12-16 12:57:51 +00:00
parent c081b89233
commit aaad062b41
8 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class AvatarToolKit_PT_VisemesPanel(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
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context: Context) -> None: