Added part of Texture Atlas UI

-added dynamic list for texture atlas ui
- ui isn't the most intuitive but it will do for now
This commit is contained in:
989onan
2024-07-07 22:36:10 -04:00
parent bfdbac8412
commit 23b4656859
3 changed files with 98 additions and 13 deletions
+2
View File
@@ -7,6 +7,7 @@ if "bpy" not in locals():
from . import functions
from .core import register
from .core.register import __bl_ordered_classes
from .core.properties import register_properties
else:
import importlib
importlib.reload(ui)
@@ -18,6 +19,7 @@ def register():
print("Registering Avatar Toolkit")
# Order the classes before registration
core.register.order_classes()
register_properties()
# Register the UI classes
# Iterate over the classes to register and register them