cosplay: Touhou/Houjuu Nue #4

Open
aniva wants to merge 189 commits from touhou/houjuu-nue into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8d613a3d08 - Show all commits

View File

@ -40,6 +40,7 @@ WRIST_DISK_PARAMS = dict(
movement_angle=30,
radius_disk=13.0,
radius_housing=15.0,
tongue_thickness=8.0,
)
WRIST_PARAMS = dict(
)
@ -1529,7 +1530,6 @@ class WingL(WingProfile):
wrist_height: float = 43.0
wrist_joint: ElbowJoint = field(default_factory=lambda: ElbowJoint(
disk_joint=DiskJoint(
tongue_thickness=8.0,
**WRIST_DISK_PARAMS,
),
flip=False,