feat(sven): Improved shaping of the side seams
Also changed some of the defaults for certain options
This commit is contained in:
parent
dd44e4c938
commit
b1296aa22a
3 changed files with 17 additions and 15 deletions
|
@ -26,7 +26,6 @@ export default {
|
|||
'backNeckCutout',
|
||||
'frontArmholeDeeper',
|
||||
'ribbingStretch',
|
||||
'shoulderSlopeReduction',
|
||||
'sleeveWidthGuarantee',
|
||||
{
|
||||
sleevecap: [
|
||||
|
@ -87,18 +86,19 @@ export default {
|
|||
collarFactor: 5,
|
||||
brianFitSleeve: true,
|
||||
brianFitCollar: true,
|
||||
shoulderSlopeReduction: 0,
|
||||
|
||||
// Booleans
|
||||
ribbing: { bool: true },
|
||||
|
||||
// Percentages
|
||||
acrossBackFactor: { pct: 97, min: 93, max: 100 },
|
||||
chestEase: { pct: 8, min: -4, max: 20 },
|
||||
bicepsEase: { pct: 15, min: 0, max: 50 },
|
||||
cuffEase: { pct: 20, min: 0, max: 30 },
|
||||
chestEase: { pct: 8, min: 4, max: 20 },
|
||||
bicepsEase: { pct: 8, min: 4, max: 20 },
|
||||
cuffEase: { pct: 20, min: 5, max: 30 },
|
||||
collarEase: { pct: 10, min: 5, max: 30 },
|
||||
lengthBonus: { pct: 15, min: 0, max: 60 },
|
||||
sleeveLengthBonus: { pct: 0, min: -40, max: 10 },
|
||||
lengthBonus: { pct: 15, min: 0, max: 30 },
|
||||
sleeveLengthBonus: { pct: 3, min: 0, max: 10 },
|
||||
ribbingHeight: { pct: 8, min: 3, max: 15 },
|
||||
ribbingStretch: { pct: 15, min: 0, max: 30 },
|
||||
|
||||
|
@ -111,7 +111,6 @@ export default {
|
|||
|
||||
shoulderEase: { pct: 0, min: -2, max: 6 },
|
||||
|
||||
shoulderSlopeReduction: { pct: 0, min: 0, max: 8 },
|
||||
sleevecapEase: { pct: 0, min: 0, max: 10 },
|
||||
sleevecapTopFactorX: { pct: 50, min: 25, max: 75 },
|
||||
sleevecapTopFactorY: { pct: 100, min: 35, max: 165 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue