From 1fcd1ad07d3ae3f9fc678b1e5a36f1963e077496 Mon Sep 17 00:00:00 2001 From: 989onan Date: Fri, 20 Jun 2025 22:58:09 -0400 Subject: [PATCH] REEEE --- functions/tools/bone_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tools/bone_tools.py b/functions/tools/bone_tools.py index 218a3c3..cd13930 100644 --- a/functions/tools/bone_tools.py +++ b/functions/tools/bone_tools.py @@ -78,7 +78,7 @@ class AvatarToolKit_OT_CreateDigitigradeLegs(Operator): digi1.tail = (digi0.tail)+(calf.tail-calf.head) # Mark original bones as non-IK - for bone in [digi0, digi1, digi2]: + for bone in [digi1, digi2]: if "" not in bone.name: bone.name = bone.name.split('.')[0] + ""