Small updates

This commit is contained in:
Yusarina
2024-07-05 14:20:45 +01:00
parent b7026b2a41
commit 03a24650f1
4 changed files with 11 additions and 4 deletions
+5 -2
View File
@@ -17,6 +17,10 @@ def register():
print("Registering Avatar Toolkit")
# Register the addon properties
properties.register()
# Load the translations
functions.translations.load_translations()
# Order the classes before registration
core.register.order_classes()
# Register the properties
@@ -26,8 +30,7 @@ def register():
print("registering " + str(cls))
bpy.utils.register_class(cls)
# Load the translations after everything else is registered
functions.translations.load_translations()
def unregister():
print("Unregistering Avatar Toolkit")