From 4f211bd79a6bb1953de6ce86aac1d01aac49b407 Mon Sep 17 00:00:00 2001 From: 989onan Date: Wed, 11 Sep 2024 21:01:34 -0400 Subject: [PATCH] fix more --- functions/armature_modifying.py | 1 - ui/quick_access.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/armature_modifying.py b/functions/armature_modifying.py index 5d85049..c1ad4bb 100644 --- a/functions/armature_modifying.py +++ b/functions/armature_modifying.py @@ -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 diff --git a/ui/quick_access.py b/ui/quick_access.py index 68be41c..83cfb7f 100644 --- a/ui/quick_access.py +++ b/ui/quick_access.py @@ -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