Fix figure IK snapping and gate the library on a fail-hard motion checker

Three solver defects made limbs teleport, twist, or windmill: write-back
angles wrapped at ±180 and lerped the long way around; branch flips landed
on configurations the anatomical write-back cannot represent, silently
pulling pinned extremities off their pins; and the degenerate straight-limb
bend plane fell back to the camera axis instead of the anatomical anterior.
solve_limb now verifies each branch reproduces the solved end before
accepting it, resolve unwraps written-back angles toward the pose they
replace, and the degenerate plane comes from the parent's anterior axis.

render.py --check replays every exercise's full tween loop and fails hard
on six invariants (pin fidelity, continuity, wraps, authored-vs-resolved
drift, ground penetration, resolved ROM); --export refuses to ship a
failing exercise. All 66 motions re-authored or retouched to pass: honest
authored angles where pins used to override them silently, grounded feet
on the seated machines, a vertical bench-press bar path, straight-armed
child's pose, a butterfly stretch seated on the mat, and FK arms where
pins forced impossible reaches. MotionSolver.swift mirrors the solver
changes line for line, held by regenerated fixtures.

Claude-Session: https://claude.ai/code/session_01PKptrgbx74peTwHGRxBojv
This commit is contained in:
2026-07-12 00:37:23 -04:00
parent 400601283e
commit 79e75a9127
303 changed files with 3114 additions and 2272 deletions
@@ -11,8 +11,8 @@
<path d="M 78.0 129.0 L 78.0 150.0" stroke="#c5cad4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M 144.0 129.0 L 144.0 150.0" stroke="#c5cad4" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<g id="arm_l">
<path d="M 70.9 116.1 L 97.4 129.9" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
<path d="M 97.4 129.9 L 97.0 100.3" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
<path d="M 70.9 116.1 L 100.9 116.2" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
<path d="M 100.9 116.2 L 77.0 98.4" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
</g>
<g id="leg_l">
<path d="M 155.9 116.8 L 201.2 108.9" stroke="url(#grad-leg_l-0)" stroke-width="5.06155" stroke-linecap="round"/>
@@ -28,12 +28,12 @@
<path d="M 196.0 148.7 L 206.9 147.6" stroke="url(#grad-leg_r-2)" stroke-width="5.96321" stroke-linecap="round"/>
</g>
<g id="arm_r">
<path d="M 65.0 117.9 L 91.6 131.7" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
<path d="M 91.6 131.7 L 93.0 102.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
<path d="M 65.0 117.9 L 94.9 120.4" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
<path d="M 94.9 120.4 L 73.0 100.2" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
</g>
<path d="M 95.0 96.7 L 95.0 105.8" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="95.0" cy="96.7" r="12" fill="#6b7180"/>
<circle cx="95.0" cy="105.8" r="12" fill="#6b7180"/>
<path d="M 75.0 94.8 L 75.0 103.8" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="75.0" cy="94.8" r="12" fill="#6b7180"/>
<circle cx="75.0" cy="103.8" r="12" fill="#6b7180"/>
<circle id="head" cx="45.2" cy="113.3" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
<line id="nose" x1="46.6" y1="103.4" x2="47.6" y2="96.5" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

@@ -3,10 +3,10 @@
<defs>
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="116.8" x2="201.2" y2="108.9"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#9ba1ac"/></linearGradient>
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="201.2" y1="108.9" x2="200.0" y2="148.3"><stop offset="0" stop-color="#9ba1ac"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="65.4" y1="87.0" x2="49.6" y2="61.9"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#83cec4"/></linearGradient>
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="70.8" y1="86.1" x2="71.0" y2="58.4"><stop offset="0" stop-color="#86cfc5"/><stop offset="1" stop-color="#65bfb4"/></linearGradient>
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="195.3" y1="109.3" x2="196.0" y2="148.7"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#3f4450"/></linearGradient>
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="196.0" y1="148.7" x2="206.9" y2="147.6"><stop offset="0" stop-color="#3f4450"/><stop offset="1" stop-color="#3d424e"/></linearGradient>
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="65.0" y1="117.9" x2="60.6" y2="88.7"><stop offset="0" stop-color="#12978b"/><stop offset="1" stop-color="#0d9488"/></linearGradient>
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="65.0" y1="117.9" x2="71.4" y2="89.0"><stop offset="0" stop-color="#12978b"/><stop offset="1" stop-color="#0d9488"/></linearGradient>
</defs>
<path d="M 23.2 160.6 L 223.0 160.6 L 223.0 150.2 L 23.2 150.2 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
<path d="M 58.0 124.0 L 162.0 124.0 L 162.0 124.0 L 58.0 124.0 Z" fill="#c5cad4" stroke="#c5cad4" stroke-width="9" stroke-linecap="round" stroke-linejoin="round"/>
@@ -18,8 +18,8 @@
<path d="M 200.0 148.3 L 211.0 147.7" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
</g>
<g id="arm_l">
<path d="M 70.9 116.1 L 65.4 87.0" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
<path d="M 65.4 87.0 L 49.6 61.9" stroke="url(#grad-arm_l-1)" stroke-width="5.01125" stroke-linecap="round"/>
<path d="M 70.9 116.1 L 70.8 86.1" stroke="#86cfc5" stroke-width="5" stroke-linecap="round"/>
<path d="M 70.8 86.1 L 71.0 58.4" stroke="url(#grad-arm_l-1)" stroke-width="5.13834" stroke-linecap="round"/>
</g>
<path id="girdle" d="M 70.9 116.1 L 65.0 116.0 L 65.0 117.9" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path id="pelvisBar" d="M 155.9 116.8 L 150.0 116.0 L 150.0 117.2" stroke="#3a3f4b" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
@@ -30,12 +30,12 @@
<path d="M 196.0 148.7 L 206.9 147.6" stroke="url(#grad-leg_r-2)" stroke-width="5.96321" stroke-linecap="round"/>
</g>
<g id="arm_r">
<path d="M 65.0 117.9 L 60.6 88.7" stroke="url(#grad-arm_r-0)" stroke-width="5.97732" stroke-linecap="round"/>
<path d="M 60.6 88.7 L 46.1 62.8" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
<path d="M 65.0 117.9 L 71.4 89.0" stroke="url(#grad-arm_r-0)" stroke-width="5.97877" stroke-linecap="round"/>
<path d="M 71.4 89.0 L 67.0 59.8" stroke="#0d9488" stroke-width="6" stroke-linecap="round"/>
</g>
<path d="M 47.9 57.9 L 47.9 66.9" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="47.9" cy="57.9" r="12" fill="#6b7180"/>
<circle cx="47.9" cy="66.9" r="12" fill="#6b7180"/>
<path d="M 69.0 54.6 L 69.0 63.6" stroke="#6b7180" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="69.0" cy="54.6" r="12" fill="#6b7180"/>
<circle cx="69.0" cy="63.6" r="12" fill="#6b7180"/>
<circle id="head" cx="45.2" cy="113.3" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
<line id="nose" x1="46.6" y1="103.4" x2="47.6" y2="96.5" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB