fix stuff

This commit is contained in:
989onan
2024-06-14 19:21:52 -04:00
parent f5ef2db069
commit 88f12238c7
11 changed files with 683 additions and 35 deletions
+7
View File
@@ -1,7 +1,14 @@
import bpy
from ..core.register import register_wrap
<<<<<<< Updated upstream
from ..core.pmx.import_pmx import import_pmx
from ..core.pmd.import_pmd import import_pmd
=======
from .panel import AvatarToolkitPanel
from ..core.import_pmx import import_pmx
from ..core.import_pmd import import_pmd
>>>>>>> Stashed changes
@register_wrap
class AvatarToolkitQuickAccessPanel(bpy.types.Panel):