From 0ff2dc1c3826aa3b036ec45c2a7db9d47bf3679e Mon Sep 17 00:00:00 2001 From: Yusarina Date: Mon, 31 Mar 2025 23:22:35 +0100 Subject: [PATCH] I swear I fixed the issue before we Armautre and Mesh attach, also fixed permission. --- blender_manifest.toml | 8 ++++---- ui/custom_avatar_panel.py | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/blender_manifest.toml b/blender_manifest.toml index 97812f3..b6e9679 100644 --- a/blender_manifest.toml +++ b/blender_manifest.toml @@ -15,13 +15,13 @@ license = [ "SPDX:GPL-3.0-or-later", ] -[permissions] -network = "For the auto updater to work, you need to allow network access." -files = "Import/ Export files, saving atlas images, saving preferences." - wheels = [ "./wheels/lz4-4.4.3-cp311-cp311-macosx_11_0_arm64.whl", "./wheels/lz4-4.3.3-cp311-cp311-macosx_10_9_x86_64.whl", "./wheels/lz4-4.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", "./wheels/lz4-4.4.3-cp311-cp311-win_amd64.whl" ] + +[permissions] +network = "For the auto updater to work, you need to allow network access" +files = "Import/Export files, saving atlas images, saving preferences" diff --git a/ui/custom_avatar_panel.py b/ui/custom_avatar_panel.py index 4e3ff62..3ebf160 100644 --- a/ui/custom_avatar_panel.py +++ b/ui/custom_avatar_panel.py @@ -2,6 +2,8 @@ import bpy from typing import Set, List, Tuple, Any from bpy.types import Panel, Context, UILayout, Operator, Event, WindowManager from .main_panel import AvatarToolKit_PT_AvatarToolkitPanel, CATEGORY_NAME +from ..functions.custom_tools.mesh_attachment import AvatarToolkit_OT_AttachMesh +from ..functions.custom_tools.armature_merging import AvatarToolkit_OT_MergeArmature from ..core.translations import t from ..core.common import ( get_active_armature,