1
0
Fork 0

feat(sven): Improved shaping of the side seams

Also changed some of the defaults for certain options
This commit is contained in:
Joost De Cock 2020-05-31 12:48:20 +02:00
parent dd44e4c938
commit b1296aa22a
3 changed files with 17 additions and 15 deletions

View file

@ -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 },