This commit is contained in:
989onan
2024-09-11 21:01:34 -04:00
parent f35e1235e0
commit 4f211bd79a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
import bpy
from ..core.register import register_wrap
from ..ui.panel import AvatarToolkitPanel
from bpy.types import Context, Mesh, Panel, Operator, Armature, EditBone
from ..functions.translations import t
from ..core.common import get_selected_armature, get_all_meshes
+1 -1
View File
@@ -7,7 +7,7 @@ from ..functions.translations import t
from ..core.import_pmx import import_pmx
from ..core.import_pmd import import_pmd
from ..functions.import_anything import ImportAnyModel
from ..functions.import_anything import AvatarToolKit_OT_ImportAnyModel
from ..functions.armature_modifying import AvatarToolkit_OT_StartPoseMode, AvatarToolkit_OT_StopPoseMode, AvatarToolkit_OT_ApplyPoseAsRest, AvatarToolkit_OT_ApplyPoseAsShapekey
from ..core.common import get_selected_armature, set_selected_armature, get_all_meshes