UI Order Fixes

This commit is contained in:
Yusarina
2024-07-25 02:25:09 +01:00
parent 80acdc2ecf
commit 05cc6c830c
7 changed files with 6 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ class AvatarToolkitVisemePanel(bpy.types.Panel):
bl_region_type = 'UI'
bl_category = "Avatar Toolkit"
bl_parent_id = "OBJECT_PT_avatar_toolkit"
bl_order = 5
def draw(self, context: bpy.types.Context) -> None:
layout = self.layout