Merge pull request #6634 from freesewing/fix-6596
fix(huey): Increase lengtBonus default. Fixes #6596
This commit is contained in:
commit
0a44300eaf
3 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
### huey
|
||||
|
||||
#### Changed
|
||||
|
||||
- The lengthBonus option default was changed from 0% to 15%. Fixes
|
||||
|
||||
#### Fixed
|
||||
|
||||
- Fixed an issue where ribbing height would distort the pocket under certain conditions. Fixes
|
||||
|
|
|
@ -6,6 +6,8 @@ Unreleased:
|
|||
Changed:
|
||||
brian:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
huey:
|
||||
- The lengthBonus option default was changed from 0% to 15%. Fixes #6596
|
||||
onyx:
|
||||
- Always load plugin-bust due to its changes in how it handle conditionality.
|
||||
plugin-bust:
|
||||
|
|
|
@ -101,6 +101,8 @@ export const back = {
|
|||
ribbing: { bool: true, menu: 'style' },
|
||||
ribbingHeight: { pct: 10, min: 5, max: 15, menu: 'style' },
|
||||
hipsEase: { pct: 8, min: 4, max: 12, menu: 'fit' },
|
||||
// Override Brian's lengthbonus. See #6596
|
||||
lengthBonus: { pct: 15, min: -4, max: 60, menu: 'style' },
|
||||
},
|
||||
draft: draftHueyBack,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue