From 00a015a8d3cf8fe5a1df172ce6d663df886ffa6a Mon Sep 17 00:00:00 2001 From: 989onan Date: Mon, 6 Oct 2025 19:18:15 -0400 Subject: [PATCH] unfuck things --- functions/custom_tools/armature_merging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/custom_tools/armature_merging.py b/functions/custom_tools/armature_merging.py index 69fbd73..a171c35 100644 --- a/functions/custom_tools/armature_merging.py +++ b/functions/custom_tools/armature_merging.py @@ -77,7 +77,6 @@ class AvatarToolkit_OT_MergeArmature(bpy.types.Operator): wm.progress_end() restore_breaking_settings_armature(base_armature, data_breaking_base) - restore_breaking_settings_armature(merge_armature, data_breaking_merge) self.report({'INFO'}, t('MergeArmature.success'))