From c2161b6171410819e352f9874ed95a622eae9f21 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Fri, 2 Aug 2024 01:43:37 -0700 Subject: [PATCH] feat: Move hole position to avoid collision --- nhf/touhou/houjuu_nue/joints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nhf/touhou/houjuu_nue/joints.py b/nhf/touhou/houjuu_nue/joints.py index 5461668..77be185 100644 --- a/nhf/touhou/houjuu_nue/joints.py +++ b/nhf/touhou/houjuu_nue/joints.py @@ -353,8 +353,8 @@ class ShoulderJoint(Model): parent_conn_hole_diam: float = 4.0 # Position of the holes relative centre line parent_conn_hole_pos: list[Tuple[float, float]] = field(default_factory=lambda: [ - (20, 8), - (20, -8), + (15, 8), + (15, -8), ]) # Distance from centre of lips to the axis