Fix Panel Order

This commit is contained in:
Yusarina
2024-09-27 23:10:45 +01:00
parent bb92e50530
commit a1e1796276
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class AvatarToolkit_PT_MMDOptionsPanel(bpy.types.Panel):
bl_region_type = 'UI'
bl_category = CATEGORY_NAME
bl_parent_id = AvatarToolKit_PT_AvatarToolkitPanel.bl_idname
bl_order = 7
bl_order = 4
def draw(self, context: bpy.types.Context) -> None:
layout = self.layout