Add the exercise reference library, animated exercise figures, and exercise categories
Exercise Library/ holds per-exercise reference docs (setup, cues, mistakes, progressions) with SVG visuals and a Python-rendered motion pipeline; Workouts/ExerciseFigure renders the bundled *.motion.json rigs as animated stick figures on the exercise screen. Exercises gain a warm-up/main-circuit category, timed exercises display hold time via planSummary, and a completed exercise reopens to a check screen instead of its timers.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Hollow Body Hold",
|
||||
"primary": 2,
|
||||
"working": ["spine"],
|
||||
"hide": ["arm_l"],
|
||||
"frames": [
|
||||
{
|
||||
"hold": 0.4, "tween": 0.8,
|
||||
"root": [185, 148],
|
||||
"spine": [180, 180], "neck": 168, "gaze": 90,
|
||||
"arm_r": [180, 180],
|
||||
"leg_r": [0, 0], "leg_l": [0, 0]
|
||||
},
|
||||
{
|
||||
"hold": 1.8, "tween": 0.8,
|
||||
"root": [185, 148],
|
||||
"spine": [174, 160], "neck": 140, "gaze": 50,
|
||||
"arm_r": [155, 155],
|
||||
"leg_r": [12, 12], "leg_l": [12, 12]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user