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
+4 -1
View File
@@ -11,6 +11,9 @@ class AvatarToolkitPanel(bpy.types.Panel):
def draw(self, context):
layout = self.layout
layout.label(text="Welcome to Avatar Toolkit!")
layout.label(text="Welcome to Avatar Toolkit, a tool for")
layout.label(text="creating and editing avatars in blender,")
layout.label(text="This is an early alpha version, so expect")
layout.label(text="bugs and issues.")
#print("Avatar Toolkit Panel is being drawn")