cosplay: Touhou/Houjuu Nue #4
|
@ -353,8 +353,8 @@ class ShoulderJoint(Model):
|
||||||
parent_conn_hole_diam: float = 4.0
|
parent_conn_hole_diam: float = 4.0
|
||||||
# Position of the holes relative centre line
|
# Position of the holes relative centre line
|
||||||
parent_conn_hole_pos: list[Tuple[float, float]] = field(default_factory=lambda: [
|
parent_conn_hole_pos: list[Tuple[float, float]] = field(default_factory=lambda: [
|
||||||
(20, 8),
|
(15, 8),
|
||||||
(20, -8),
|
(15, -8),
|
||||||
])
|
])
|
||||||
|
|
||||||
# Distance from centre of lips to the axis
|
# Distance from centre of lips to the axis
|
||||||
|
|
Loading…
Reference in New Issue