1
0
Fork 0

Merge pull request #6787 from bobgeorgethe3rd/lilyfix

fix(lily) Locking fitKnee as intended
This commit is contained in:
Joost De Cock 2024-06-12 14:59:15 +02:00 committed by GitHub
commit a543384d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -44,10 +44,6 @@
"t": "Crotch drop", "t": "Crotch drop",
"d": "Lowers the crotch for a more relaxed fit" "d": "Lowers the crotch for a more relaxed fit"
}, },
"fitKnee": {
"t": "Fit the knee",
"d": "Fits the legs from based on the knee circumference, rather than seat circumference"
},
"crossSeamCurveStart": { "crossSeamCurveStart": {
"t": "Start of the cross seam curve", "t": "Start of the cross seam curve",
"d": "Controls how far into the cross seam we start to curve" "d": "Controls how far into the cross seam we start to curve"

View file

@ -563,7 +563,7 @@ export const back = {
], ],
options: { options: {
fitGuides: { bool: false, menu: 'advanced' }, fitGuides: { bool: false, menu: 'advanced' },
fitKnee: { bool: true, hide: true }, fitKnee: true,
legBalance: 0.5, // between back and front parts legBalance: 0.5, // between back and front parts
waistBalance: 0.5, waistBalance: 0.5,
crotchDrop: { pct: 0, min: 0, max: 15, menu: 'advanced' }, // 'downgrade' to advanced menu crotchDrop: { pct: 0, min: 0, max: 15, menu: 'advanced' }, // 'downgrade' to advanced menu