Files
workouts/Workouts/Resources/ExerciseMotions/Reverse Crunch.motion.json
T
rzen b8c3b326c1 Draw both arms on the supine motions and retire the hide list
Hollow Body Hold, Leg Raises, and Reverse Crunch hid the far arm
because it was never authored - a leftover from the planar rig. Both
arms are now posed, so the far arm reads as the standard light member
behind the near one, the same visual language every other exercise
uses, and the figures stay truthful from any viewpoint. With no
remaining users, the hide mechanism is deleted from both renderers,
the motion schema, and the docs.

Claude-Session: https://claude.ai/code/session_01HJDQQDA9QdP8zByg43H5v3
2026-07-06 22:19:23 -04:00

28 lines
675 B
JSON

{
"name": "Reverse Crunch",
"primary": 2,
"working": ["spine"],
"frames": [
{
"hold": 0.5, "tween": 0.7,
"root": {"pos": [172, 148], "pitch": -90},
"spine": [0, 0],
"neck": 12, "head": -12,
"shoulder_r": -2, "elbow_r": 0,
"shoulder_l": -2, "elbow_l": 0,
"hip_r": 100, "knee_r": 120,
"hip_l": 100, "knee_l": 120
},
{
"hold": 0.8, "tween": 0.9,
"root": {"pos": [166, 136], "pitch": -105},
"spine": [0, 20],
"neck": -7, "head": 2,
"shoulder_r": 3, "elbow_r": 0,
"shoulder_l": 3, "elbow_l": 0,
"hip_r": 100, "knee_r": 125,
"hip_l": 100, "knee_l": 125
}
]
}