Fourteen Planet Fitness machine exercises join the rig library, each with authored motion, info page, and schematic equipment via the new props layer (scene shapes, cables, bars, pads) rendered in lockstep by render.py and the in-app figure renderer. Abductor and Adductor are authored face-on with the real seated machine motion — knees-bent legs swinging apart/together against knee pads — replacing the earlier middle-split depiction. The watch target now bundles the figure renderer and motion rigs too. Claude-Session: https://claude.ai/code/session_01LEoff8bXGBS83tK1c55Mf7
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "Lat Pull Down",
|
|
"primary": 2,
|
|
"working": ["arm_r", "arm_l"],
|
|
"hide": [],
|
|
"props": [
|
|
{"type": "scene", "shapes": [
|
|
{"kind": "line", "pts": [[126, 130], [162, 130]], "w": 8},
|
|
{"kind": "line", "pts": [[124, 130], [124, 56]], "w": 5},
|
|
{"kind": "line", "pts": [[124, 56], [198, 12]], "w": 5},
|
|
{"kind": "rect", "x": 170, "y": 112, "w": 40, "h": 7, "r": 3}
|
|
]},
|
|
{"type": "cable", "from": [198, 8], "to": ["hand_r", "hand_l"]},
|
|
{"type": "bar", "at": ["hand_r", "hand_l"], "halfLen": 28}
|
|
],
|
|
"frames": [
|
|
{
|
|
"hold": 0.4, "tween": 1.0,
|
|
"root": [150, 122],
|
|
"spine": [93, 90], "neck": 85, "gaze": 55,
|
|
"arm_r": [20, 10], "arm_l": [20, 10],
|
|
"leg_r": [-12, -80], "leg_l": [-12, -80],
|
|
"pins": {"hand_r": [198, 24], "hand_l": [202, 26],
|
|
"foot_r": [193, 150], "foot_l": [197, 151]}
|
|
},
|
|
{
|
|
"hold": 0.4, "tween": 1.2,
|
|
"root": [150, 122],
|
|
"spine": [93, 90], "neck": 85, "gaze": 30,
|
|
"arm_r": [-115, -20], "arm_l": [-115, -20],
|
|
"leg_r": [-12, -80], "leg_l": [-12, -80],
|
|
"pins": {"hand_r": [165, 66], "hand_l": [169, 68],
|
|
"foot_r": [193, 150], "foot_l": [197, 151]}
|
|
}
|
|
]
|
|
}
|