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:
@@ -1,21 +1,22 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Hip Circles</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="92.9" x2="168.5" y2="121.7"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="157.2" y1="122.6" x2="155.8" y2="150.4"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#5f6470"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="155.8" y1="150.4" x2="163.3" y2="150.6"><stop offset="0" stop-color="#5f6470"/><stop offset="1" stop-color="#8c919d"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="155.9" y1="92.9" x2="168.3" y2="122.4"><stop offset="0" stop-color="#8b919c"/><stop offset="1" stop-color="#3a3f4b"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-1" gradientUnits="userSpaceOnUse" x1="168.3" y1="122.4" x2="163.6" y2="147.3"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="158.1" y1="122.9" x2="155.2" y2="148.5"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="155.2" y1="148.5" x2="160.9" y2="151.1"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#414652"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-1" gradientUnits="userSpaceOnUse" x1="161.2" y1="40.5" x2="166.7" y2="41.5"><stop offset="0" stop-color="#a9afba"/><stop offset="1" stop-color="#8a909b"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 112.0 152.5 L 177.7 163.9 L 207.4 158.7 L 141.7 147.3 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 155.9 92.9 L 168.5 121.7" stroke="url(#grad-leg_l-0)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 168.5 121.7 L 164.2 149.2" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 164.2 149.2 L 171.6 150.2" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 155.9 92.9 L 168.3 122.4" stroke="url(#grad-leg_l-0)" stroke-width="3.94391" stroke-linecap="round"/>
|
||||
<path d="M 168.3 122.4 L 163.6 147.3" stroke="url(#grad-leg_l-1)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 163.6 147.3 L 169.1 150.5" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 146.0 93.1 L 157.2 122.6" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 157.2 122.6 L 155.8 150.4" stroke="url(#grad-leg_r-1)" stroke-width="4.0849" stroke-linecap="round"/>
|
||||
<path d="M 155.8 150.4 L 163.3 150.6" stroke="url(#grad-leg_r-2)" stroke-width="3.82727" stroke-linecap="round"/>
|
||||
<path d="M 146.0 93.1 L 158.1 122.9" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 158.1 122.9 L 155.2 148.5" stroke="url(#grad-leg_r-1)" stroke-width="3.85" stroke-linecap="round"/>
|
||||
<path d="M 155.2 148.5 L 160.9 151.1" stroke="url(#grad-leg_r-2)" stroke-width="3.82924" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 149.0 34.8 L 140.8 36.8 L 135.6 39.8" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 155.9 92.9 L 149.5 92.5 L 146.0 93.1" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.5 KiB |
Reference in New Issue
Block a user