Move Join Meshes to Mesh Tools

I see no point having two files here if we can just move join meshes into the mesh tools file.
This commit is contained in:
Yusarina
2024-09-27 22:58:01 +01:00
parent 3f50f21031
commit 909b104882
3 changed files with 131 additions and 136 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from ..core.register import register_wrap
from .panel import AvatarToolKit_PT_AvatarToolkitPanel, CATEGORY_NAME
from ..functions.translations import t
from ..functions.mmd_functions import *
from ..functions.join_meshes import AvatarToolKit_OT_JoinAllMeshes
from ..functions.mesh_tools import AvatarToolKit_OT_JoinAllMeshes
from ..functions.combine_materials import AvatarToolKit_OT_CombineMaterials
from ..functions.additional_tools import AvatarToolKit_OT_ApplyTransforms