2023-06-17 18:02:31 +02:00
{
2023-06-17 19:08:37 +02:00
"t" : "Huey hoodie" ,
"d" : "Huey is a zip-up hoodie with optional front pockets." ,
"p" : {
"back" : "Back" ,
"cuff" : "Cuff" ,
"front" : "Front" ,
"hood" : "Hood" ,
"pocket" : "Pocket" ,
"sleeve" : "Sleeve" ,
2023-07-01 16:01:40 +02:00
"waistband" : "Waistband"
2023-06-17 19:08:37 +02:00
} ,
2023-09-17 11:48:51 +02:00
"s" : {
"cutPocket.t" : "The pocket is not shown" ,
2023-10-01 18:28:25 +02:00
"cutPocket.d" : "The **Pocket** (4) is not shown, but you can trace it from the Front part (1), which has the pocket outline on it (not including seam allowance)." ,
2023-09-17 11:48:51 +02:00
"cutCuff.t" : "The cuff is not shown" ,
2023-10-01 18:28:25 +02:00
"cutCuff.d" : "The **Cuff** (7) is a rectangular piece of ribbing fabric {{{ w }}} wide and {{{ l }}} long." ,
2023-09-17 11:48:51 +02:00
"cutWaistband.t" : "The waistband is not shown" ,
2023-10-01 18:28:25 +02:00
"cutWaistband.d" : "The **Waistband** (6) is a rectangular piece of ribbing fabric {{{ w }}} wide and {{{ l }}} long."
2023-09-17 11:48:51 +02:00
} ,
2023-06-17 19:08:37 +02:00
"o" : {
"pocket" : {
"t" : "Pocket" ,
"d" : "Whether to include a front pocket or not"
} ,
"pocketHeight" : {
"t" : "Pocket height" ,
"d" : "Controls the height of the pocket"
} ,
"hoodHeight" : {
"t" : "Hood height" ,
"d" : "Controls the height of the hood"
} ,
"hoodCutback" : {
"t" : "Hood cutback" ,
"d" : "Controls how far the hood opening is cut back"
} ,
"hoodClosure" : {
"t" : "Hood closure" ,
"d" : "Controls how much of the hood is part of the front closure"
} ,
"hoodDepth" : {
"t" : "Hood depth" ,
"d" : "Controls the depth of the hood"
} ,
"hoodAngle" : {
"t" : "Hood angle" ,
"d" : "Controls the angle at which the hood is attached"
2023-07-04 20:43:50 +02:00
} ,
"ribbing" : {
"t" : "Ribbing" ,
"d" : "Whether or not to include ribbing on the pattern."
} ,
"ribbingHeight" : {
"t" : "Ribbing height" ,
"d" : "Controls the height of the ribbing"
} ,
"ribbingStretch" : {
"t" : "Ribbing stretch" ,
"d" : "Use this to adapt the pattern to how stretchy the ribbing that you are using is."
} ,
"hipsEase" : {
"t" : "Hops ease" ,
"d" : "Controls the amount of ease at the hips"
} ,
"pocketWidth" : {
"t" : "Pocket width" ,
"d" : "Controls the width of the pocket"
2023-06-17 19:08:37 +02:00
}
}
2023-06-17 18:02:31 +02:00
}