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:
+4
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user