Library detail screens now lead with the user's recorded machine settings (per-split when they disagree, empty-state card for machine-based entries) and append the weight progression chart. Starter seeds mark machine exercises with an empty machineSettings list so the settings UI lights up before first use. The figure rig gains a frontal body profile for face-on machines, props that can ride mid joints (knees/elbows), and an alternating four-frame Bird Dog loop. Claude-Session: https://claude.ai/code/session_01LEoff8bXGBS83tK1c55Mf7
36 lines
559 B
JSON
36 lines
559 B
JSON
{
|
|
"neutral": {
|
|
"headR": 10,
|
|
"neck": 20,
|
|
"spine1": 43,
|
|
"spine2": 42,
|
|
"upperArm": 30,
|
|
"foreArm": 30,
|
|
"thigh": 46,
|
|
"shin": 40,
|
|
"leftOffset": [6, 2]
|
|
},
|
|
"frontal": {
|
|
"headR": 10,
|
|
"neck": 20,
|
|
"spine1": 43,
|
|
"spine2": 42,
|
|
"upperArm": 30,
|
|
"foreArm": 30,
|
|
"thigh": 22,
|
|
"shin": 26,
|
|
"leftOffset": [6, 2]
|
|
},
|
|
"female": {
|
|
"headR": 9,
|
|
"neck": 19,
|
|
"spine1": 40,
|
|
"spine2": 39,
|
|
"upperArm": 27,
|
|
"foreArm": 27,
|
|
"thigh": 47,
|
|
"shin": 41,
|
|
"leftOffset": [6, 2]
|
|
}
|
|
}
|