I swear I fixed the issue before we Armautre and Mesh attach, also fixed permission.

This commit is contained in:
Yusarina
2025-03-31 23:22:35 +01:00
parent a407e99ebd
commit 0ff2dc1c38
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -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,