From fc154a981009e8685990c4cdefca803a267a697e Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Thu, 25 Jul 2024 12:42:35 -0700 Subject: [PATCH] fix: Left side joint alignment --- nhf/touhou/houjuu_nue/wing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhf/touhou/houjuu_nue/wing.py b/nhf/touhou/houjuu_nue/wing.py index b05ca9d..1032772 100644 --- a/nhf/touhou/houjuu_nue/wing.py +++ b/nhf/touhou/houjuu_nue/wing.py @@ -1388,7 +1388,7 @@ class WingL(WingProfile): assert self.wrist_height <= self.shoulder_joint.height self.wrist_bot_loc = self.wrist_bot_loc.with_angle_2d(self.wrist_angle) - self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() + 50.0 + self.wrist_joint.angle_neutral = self.wrist_bot_loc.to2d_rot() * 0.7 + 30.0 self.wrist_rotate = -self.wrist_joint.angle_neutral self.shoulder_joint.flip = True