2022-01-23 13:22:13 +01:00
|
|
|
import pkg from '../package.json'
|
2022-05-21 18:11:20 +02:00
|
|
|
import Brian from '@freesewing/brian'
|
2019-03-03 16:04:24 +01:00
|
|
|
|
|
|
|
export default {
|
2020-02-01 16:04:45 +01:00
|
|
|
name: 'huey',
|
2022-01-23 13:22:13 +01:00
|
|
|
version: pkg.version,
|
2020-02-01 16:04:45 +01:00
|
|
|
design: 'Joost De Cock',
|
|
|
|
code: 'Joost De Cock',
|
2021-05-29 14:04:56 +02:00
|
|
|
department: 'tops',
|
2020-02-01 16:04:45 +01:00
|
|
|
type: 'pattern',
|
2019-04-29 09:01:51 +02:00
|
|
|
difficulty: 3,
|
|
|
|
optionGroups: {
|
|
|
|
fit: [
|
2020-02-01 16:04:45 +01:00
|
|
|
'bicepsEase',
|
|
|
|
'chestEase',
|
|
|
|
'cuffEase',
|
|
|
|
'collarEase',
|
|
|
|
'shoulderEase',
|
|
|
|
'hipsEase',
|
2021-04-24 10:16:31 +02:00
|
|
|
'ribbingStretch',
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
|
|
|
style: [
|
2020-02-01 16:04:45 +01:00
|
|
|
'lengthBonus',
|
|
|
|
'sleeveLengthBonus',
|
|
|
|
'ribbing',
|
|
|
|
'pocket',
|
|
|
|
'ribbingHeight',
|
|
|
|
'pocketHeight',
|
|
|
|
'pocketWidth',
|
|
|
|
'hoodHeight',
|
|
|
|
'hoodCutback',
|
|
|
|
'hoodClosure',
|
|
|
|
'hoodDepth',
|
2021-04-24 10:16:31 +02:00
|
|
|
'hoodAngle',
|
2021-06-13 15:08:06 +02:00
|
|
|
's3Collar',
|
|
|
|
's3Armhole',
|
2019-04-29 09:01:51 +02:00
|
|
|
],
|
2022-05-21 18:11:20 +02:00
|
|
|
advanced: Brian.config.optionGroups.advanced,
|
2019-04-29 09:01:51 +02:00
|
|
|
},
|
2019-03-03 16:04:24 +01:00
|
|
|
measurements: [
|
2022-05-21 18:11:20 +02:00
|
|
|
...Brian.config.measurements,
|
2020-06-28 13:10:06 +02:00
|
|
|
'head',
|
|
|
|
'hips',
|
2019-03-03 16:04:24 +01:00
|
|
|
],
|
|
|
|
dependencies: {
|
2020-02-01 16:04:45 +01:00
|
|
|
backBase: 'base',
|
|
|
|
frontBase: 'backBase',
|
|
|
|
sleevecap: 'frontBase',
|
|
|
|
sleeveBase: 'sleevecap',
|
|
|
|
back: 'backBase',
|
2022-01-29 08:03:55 +01:00
|
|
|
front: ['frontBase', 'back'],
|
|
|
|
sleeve: ['sleeveBase', 'back'],
|
2021-04-24 10:16:31 +02:00
|
|
|
pocket: 'front',
|
2021-05-23 13:37:05 +02:00
|
|
|
hood: ['front', 'back'],
|
2019-03-03 16:04:24 +01:00
|
|
|
},
|
|
|
|
inject: {
|
2020-02-01 16:04:45 +01:00
|
|
|
backBase: 'base',
|
|
|
|
frontBase: 'backBase',
|
|
|
|
sleeveBase: 'sleevecap',
|
|
|
|
back: 'backBase',
|
|
|
|
front: 'frontBase',
|
|
|
|
sleeve: 'sleeveBase',
|
2021-04-24 10:16:31 +02:00
|
|
|
pocket: 'front',
|
2019-03-03 16:04:24 +01:00
|
|
|
},
|
2020-02-01 16:04:45 +01:00
|
|
|
hide: ['base', 'sleevecap', 'backBase', 'frontBase', 'sleeveBase'],
|
|
|
|
parts: ['hood', 'waistband', 'cuff'],
|
2019-03-03 16:04:24 +01:00
|
|
|
options: {
|
2022-05-21 18:11:20 +02:00
|
|
|
...Brian.config.options,
|
2019-03-03 16:04:24 +01:00
|
|
|
|
2022-05-21 18:11:20 +02:00
|
|
|
// Specific to Huey
|
2019-03-03 16:04:24 +01:00
|
|
|
ribbing: { bool: true },
|
|
|
|
pocket: { bool: true },
|
2019-03-03 18:07:11 +01:00
|
|
|
ribbingHeight: { pct: 10, min: 5, max: 15 },
|
2019-03-03 16:04:24 +01:00
|
|
|
pocketHeight: { pct: 30, min: 25, max: 35 },
|
|
|
|
pocketWidth: { pct: 60, min: 50, max: 70 },
|
|
|
|
hipsEase: { pct: 8, min: 4, max: 12 },
|
|
|
|
hoodHeight: { pct: 59, min: 55, max: 65 },
|
|
|
|
hoodCutback: { pct: 10, min: 5, max: 15 },
|
|
|
|
hoodClosure: { pct: 13.5, min: 10, max: 15 },
|
|
|
|
hoodDepth: { pct: 8.5, min: 5, max: 12 },
|
|
|
|
ribbingStretch: { pct: 15, min: 0, max: 30 },
|
2021-04-24 10:16:31 +02:00
|
|
|
hoodAngle: { deg: 5, min: 2, max: 8 },
|
|
|
|
},
|
2020-02-01 16:04:45 +01:00
|
|
|
}
|