fix more
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import bpy
|
import bpy
|
||||||
from ..core.register import register_wrap
|
from ..core.register import register_wrap
|
||||||
from ..ui.panel import AvatarToolkitPanel
|
|
||||||
from bpy.types import Context, Mesh, Panel, Operator, Armature, EditBone
|
from bpy.types import Context, Mesh, Panel, Operator, Armature, EditBone
|
||||||
from ..functions.translations import t
|
from ..functions.translations import t
|
||||||
from ..core.common import get_selected_armature, get_all_meshes
|
from ..core.common import get_selected_armature, get_all_meshes
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ from ..functions.translations import t
|
|||||||
|
|
||||||
from ..core.import_pmx import import_pmx
|
from ..core.import_pmx import import_pmx
|
||||||
from ..core.import_pmd import import_pmd
|
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 ..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
|
from ..core.common import get_selected_armature, set_selected_armature, get_all_meshes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user