1
0
Fork 0

fix(lily) Locking fitKnee as intended

This commit is contained in:
bobgeorgethe3rd 2024-05-21 16:03:05 +00:00
parent b630954ee3
commit 686f2a5278
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