Some Baisc UI Improvements

Nothing much, just improving the UI looks a little bit, we now have Import and Export in a popup and I made some changes to some of the buttons. That's about it.
This commit is contained in:
Yusarina
2024-06-18 22:58:29 +01:00
parent 1f96df4b71
commit 81abc6ffd7
3 changed files with 53 additions and 8 deletions
+6 -3
View File
@@ -16,12 +16,15 @@ class AvatarToolkitOptimizationPanel(bpy.types.Panel):
layout.label(text="Optimization Options")
row = layout.row()
row.scale_y = 1.2
row.operator("avatar_toolkit.combine_materials", text="Combine Materials")
row = layout.row()
layout.separator(factor=0.5)
row = layout.row(align=True)
row.scale_y = 1.2
row.operator("avatar_toolkit.join_all_meshes", text="Join All Meshes")
row = layout.row()
row.operator("avatar_toolkit.join_selected_meshes", text="Join Selected Meshes")
# Add optimization options here