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
+24 -24
View File
@@ -1,37 +1,37 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
<title>Meditation</title>
<defs>
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="181.4" y1="160.6" x2="187.3" y2="168.1"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#515762"/></linearGradient>
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="189.0" y1="85.4" x2="176.0" y2="99.7"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="155.1" y1="142.9" x2="155.0" y2="152.5"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="155.0" y1="152.5" x2="171.6" y2="160.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#525763"/></linearGradient>
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="171.6" y1="160.2" x2="178.4" y2="167.5"><stop offset="0" stop-color="#525763"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="155.4" y1="60.3" x2="147.0" y2="88.3"><stop offset="0" stop-color="#7b808c"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="212.2" y1="128.4" x2="190.7" y2="153.8"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3e434f"/></linearGradient>
<linearGradient id="grad-leg_l-2" gradientUnits="userSpaceOnUse" x1="190.7" y1="153.8" x2="199.2" y2="155.0"><stop offset="0" stop-color="#3e434f"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="172.9" y1="90.3" x2="177.3" y2="114.0"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-arm_r-0" gradientUnits="userSpaceOnUse" x1="158.0" y1="62.0" x2="157.6" y2="91.5"><stop offset="0" stop-color="#3f4450"/><stop offset="1" stop-color="#828793"/></linearGradient>
<linearGradient id="grad-arm_r-1" gradientUnits="userSpaceOnUse" x1="157.6" y1="91.5" x2="173.1" y2="114.3"><stop offset="0" stop-color="#828793"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
<linearGradient id="grad-leg_r-0" gradientUnits="userSpaceOnUse" x1="155.1" y1="143.9" x2="158.1" y2="135.7"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
</defs>
<path d="M 121.1 156.4 L 186.2 167.7 L 228.7 160.3 L 163.5 149.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
<path d="M 126.8 157.4 L 184.2 167.4 L 226.6 160.0 L 169.2 150.0 Z" fill="none" stroke="#b9bec9" stroke-width="3" stroke-linejoin="round"/>
<path id="girdle" d="M 177.7 60.7 L 165.8 60.7 L 158.0 62.0" stroke="#0d9488" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path id="pelvisBar" d="M 169.1 143.5 L 160.0 143.0 L 155.1 143.9" stroke="#0d9488" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path id="spine" d="M 160.0 143.0 Q 162.4 100.7 165.8 60.7" stroke="#0d9488" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
<g id="leg_l">
<path d="M 169.1 142.5 L 215.1 144.2" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
<path d="M 215.1 144.2 L 181.4 160.6" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
<path d="M 181.4 160.6 L 187.3 168.1" stroke="url(#grad-leg_l-2)" stroke-width="5.39483" stroke-linecap="round"/>
<path d="M 169.1 143.5 L 212.2 128.4" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
<path d="M 212.2 128.4 L 190.7 153.8" stroke="url(#grad-leg_l-1)" stroke-width="5.48195" stroke-linecap="round"/>
<path d="M 190.7 153.8 L 199.2 155.0" stroke="url(#grad-leg_l-2)" stroke-width="5.98195" stroke-linecap="round"/>
</g>
<path id="girdle" d="M 175.1 59.0 L 163.2 59.0 L 155.4 60.3" stroke="#0d9488" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path id="pelvisBar" d="M 169.1 142.5 L 160.0 142.0 L 155.1 142.9" stroke="#0d9488" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/>
<path id="spine" d="M 160.0 142.0 Q 162.7 99.8 163.2 59.0" stroke="#0d9488" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/>
<g id="arm_l">
<path d="M 175.1 59.0 L 189.0 85.4" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
<path d="M 189.0 85.4 L 176.0 99.7" stroke="url(#grad-arm_l-1)" stroke-width="5.5" stroke-linecap="round"/>
</g>
<g id="leg_r">
<path d="M 155.1 142.9 L 155.0 152.5" stroke="url(#grad-leg_r-0)" stroke-width="5.5" stroke-linecap="round"/>
<path d="M 155.0 152.5 L 171.6 160.2" stroke="url(#grad-leg_r-1)" stroke-width="5.89157" stroke-linecap="round"/>
<path d="M 171.6 160.2 L 178.4 167.5" stroke="url(#grad-leg_r-2)" stroke-width="5.89157" stroke-linecap="round"/>
<path d="M 177.7 60.7 L 172.9 90.3" stroke="#a9afba" stroke-width="5" stroke-linecap="round"/>
<path d="M 172.9 90.3 L 177.3 114.0" stroke="url(#grad-arm_l-1)" stroke-width="5.5" stroke-linecap="round"/>
</g>
<g id="arm_r">
<path d="M 155.4 60.3 L 147.0 88.3" stroke="url(#grad-arm_r-0)" stroke-width="5.70924" stroke-linecap="round"/>
<path d="M 147.0 88.3 L 174.0 99.2" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
<path d="M 158.0 62.0 L 157.6 91.5" stroke="url(#grad-arm_r-0)" stroke-width="5.65608" stroke-linecap="round"/>
<path d="M 157.6 91.5 L 173.1 114.3" stroke="url(#grad-arm_r-1)" stroke-width="5.67646" stroke-linecap="round"/>
</g>
<circle id="head" cx="164.1" cy="39.5" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
<line id="nose" x1="174.1" y1="40.7" x2="179.0" y2="41.3" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
<g id="leg_r">
<path d="M 155.1 143.9 L 158.1 135.7" stroke="url(#grad-leg_r-0)" stroke-width="5.5" stroke-linecap="round"/>
<path d="M 158.1 135.7 L 184.3 152.8" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
<path d="M 184.3 152.8 L 191.3 154.2" stroke="#3a3f4b" stroke-width="6" stroke-linecap="round"/>
</g>
<circle id="head" cx="168.0" cy="41.6" r="10" fill="white" stroke="#3a3f4b" stroke-width="6"/>
<line id="nose" x1="177.7" y1="43.8" x2="182.7" y2="44.9" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">
<line x1="224" y1="16" x2="238" y2="16" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
<text x="243" y="20">near</text>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB