Merge pull request #6787 from bobgeorgethe3rd/lilyfix
fix(lily) Locking fitKnee as intended
This commit is contained in:
commit
a543384d51
2 changed files with 1 additions and 5 deletions
|
@ -44,10 +44,6 @@
|
|||
"t": "Crotch drop",
|
||||
"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": {
|
||||
"t": "Start of the cross seam curve",
|
||||
"d": "Controls how far into the cross seam we start to curve"
|
||||
|
|
|
@ -563,7 +563,7 @@ export const back = {
|
|||
],
|
||||
options: {
|
||||
fitGuides: { bool: false, menu: 'advanced' },
|
||||
fitKnee: { bool: true, hide: true },
|
||||
fitKnee: true,
|
||||
legBalance: 0.5, // between back and front parts
|
||||
waistBalance: 0.5,
|
||||
crotchDrop: { pct: 0, min: 0, max: 15, menu: 'advanced' }, // 'downgrade' to advanced menu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue