Merge branch 'develop' of github.com:freesewing/freesewing into develop
This commit is contained in:
commit
12e2a5319a
1818 changed files with 4379 additions and 5904 deletions
2
.github/boring-cyborg.yml
vendored
2
.github/boring-cyborg.yml
vendored
|
@ -98,7 +98,7 @@ labelPRBasedOnFilePath:
|
||||||
":shirt: titan": [ designs/titan/* ]
|
":shirt: titan": [ designs/titan/* ]
|
||||||
":shirt: trayvon": [ designs/trayvon/* ]
|
":shirt: trayvon": [ designs/trayvon/* ]
|
||||||
":shirt: tutorial": [ designs/tutorial/* ]
|
":shirt: tutorial": [ designs/tutorial/* ]
|
||||||
":shirt: unice": [ designs/unice/* ] // New
|
":shirt: unice": [ designs/unice/* ]
|
||||||
":shirt: ursula": [ designs/ursula/* ]
|
":shirt: ursula": [ designs/ursula/* ]
|
||||||
":shirt: wahid": [ designs/wahid/* ]
|
":shirt: wahid": [ designs/wahid/* ]
|
||||||
":shirt: walburga": [ designs/walburga/* ]
|
":shirt: walburga": [ designs/walburga/* ]
|
||||||
|
|
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
lts/fermium
|
lts/gallium
|
||||||
|
|
|
@ -6,14 +6,10 @@ order: 20
|
||||||
Now we will use nvm to install Node JS. Run the following command:
|
Now we will use nvm to install Node JS. Run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nvm install lts/fermium
|
nvm install lts/gallium
|
||||||
```
|
```
|
||||||
|
|
||||||
This will install the so-called LTS version of Node 14 on your system.
|
This will install the so-called LTS version of Node 16 on your system.
|
||||||
|
|
||||||
LTS versions -- short for Long Term Support -- are good node versions
|
LTS versions -- short for Long Term Support -- are good node versions
|
||||||
to use because they are stable and supported for a long time.
|
to use because they are stable and supported for a long time.
|
||||||
|
|
||||||
<Note compact>
|
|
||||||
Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
|
|
||||||
</Note>
|
|
||||||
|
|
|
@ -52,7 +52,3 @@ nvm use v10.22.1
|
||||||
|
|
||||||
If you picked a version that is not installed, `nvm` will simply tell you
|
If you picked a version that is not installed, `nvm` will simply tell you
|
||||||
and even suggest the command you should type to install it. Handy!
|
and even suggest the command you should type to install it. Handy!
|
||||||
|
|
||||||
<Note compact>
|
|
||||||
Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
|
|
||||||
</Note>
|
|
||||||
|
|
|
@ -6,14 +6,10 @@ order: 20
|
||||||
Now we will use nvm to install Node JS. Run the following command:
|
Now we will use nvm to install Node JS. Run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nvm install lts/fermium
|
nvm install lts/gallium
|
||||||
```
|
```
|
||||||
|
|
||||||
This will install the so-called LTS version of Node 14 on your system.
|
This will install the so-called LTS version of Node 16 on your system.
|
||||||
|
|
||||||
LTS versions -- short for Long Term Support -- are good node versions
|
LTS versions -- short for Long Term Support -- are good node versions
|
||||||
to use because they are stable and supported for a long time.
|
to use because they are stable and supported for a long time.
|
||||||
|
|
||||||
<Note compact>
|
|
||||||
Node 14 is required to use our monorepo [until we upgrade Strapi](https://github.com/freesewing/freesewing/issues/2351).
|
|
||||||
</Note>
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ the screen or opening a new terminal.
|
||||||
|
|
||||||
Now that you have NVM installed, you can install node. The latest version can be
|
Now that you have NVM installed, you can install node. The latest version can be
|
||||||
installed using `nvm install default`. You can also install a specific version
|
installed using `nvm install default`. You can also install a specific version
|
||||||
using `nvm install v12.16.1`. For the purposes of debugging it can be useful to
|
using `nvm install v16.17.0`. For the purposes of debugging it can be useful to
|
||||||
have the same version of node installed as the main project uses, which you can
|
have the same version of node installed as the main project uses, which you can
|
||||||
then activate using `nvm use <version>`. You can determine what version the
|
then activate using `nvm use <version>`. You can determine what version the
|
||||||
FreeSewing project uses by checking
|
FreeSewing project uses by checking
|
||||||
|
@ -65,7 +65,7 @@ FreeSewing project uses by checking
|
||||||
|
|
||||||
<Warning> At the time this guide was written the latest version of node/npm has
|
<Warning> At the time this guide was written the latest version of node/npm has
|
||||||
a bug in the dependency resolution process which causes the freesewing project
|
a bug in the dependency resolution process which causes the freesewing project
|
||||||
to fail to build. Use the latest LTS version (currently 14.15.4) or the specific
|
to fail to build. Use the latest LTS version (currently 16.17.0) or the specific
|
||||||
version used by the main project to avoid this issue. </Warning>
|
version used by the main project to avoid this issue. </Warning>
|
||||||
|
|
||||||
Node comes with the Node Package Manager (npm) by default which can be used to
|
Node comes with the Node Package Manager (npm) by default which can be used to
|
||||||
|
@ -139,7 +139,7 @@ rest of this process.
|
||||||
Open a Powershell terminal or command prompt. Run `nvm ls available` to show
|
Open a Powershell terminal or command prompt. Run `nvm ls available` to show
|
||||||
versions that can be installed. Choose the appropriate version (you should use
|
versions that can be installed. Choose the appropriate version (you should use
|
||||||
the same version as the freesewing project or latest LTS version) then run `nvm
|
the same version as the freesewing project or latest LTS version) then run `nvm
|
||||||
install 14.15.4` and `nvm use 14.15.4` (where `14.15.4` is the full version
|
install 16.17.0` and `nvm use 16.17.0` (where `16.17.0` is the full version
|
||||||
string of the version you wish to use) to activate the newly installed version.
|
string of the version you wish to use) to activate the newly installed version.
|
||||||
You will receive a prompt for elevated permissions and will need to accept it in
|
You will receive a prompt for elevated permissions and will need to accept it in
|
||||||
order to activate the new version of node.
|
order to activate the new version of node.
|
||||||
|
@ -147,7 +147,7 @@ order to activate the new version of node.
|
||||||
<Warning>
|
<Warning>
|
||||||
At the time this guide was written the latest version of node/npm has
|
At the time this guide was written the latest version of node/npm has
|
||||||
a bug in the dependency resolution process which causes the freesewing project
|
a bug in the dependency resolution process which causes the freesewing project
|
||||||
to fail to build. Use the latest LTS version (currently 14.15.4) or the specific
|
to fail to build. Use the latest LTS version (currently 16.17.0) or the specific
|
||||||
version used by the main project to avoid this issue.
|
version used by the main project to avoid this issue.
|
||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<th>
|
<th>
|
||||||
Description
|
Description
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -26,7 +25,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">significantly lower</strong>
|
The value is <strong x-id="1">significantly lower</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -37,7 +35,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">a good bit lower</strong>
|
The value is <strong x-id="1">a good bit lower</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -48,7 +45,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">a bit lower</strong>
|
The value is <strong x-id="1">a bit lower</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -59,7 +55,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">very close</strong>
|
The value is <strong x-id="1">very close</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -70,7 +65,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">very close</strong>
|
The value is <strong x-id="1">very close</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -81,7 +75,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">a bit higher</strong>
|
The value is <strong x-id="1">a bit higher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -92,7 +85,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">a good bit higher</strong>
|
The value is <strong x-id="1">a good bit higher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -103,7 +95,6 @@ The value they represent shows how far the measurement deviates from the proport
|
||||||
<td>
|
<td>
|
||||||
The value is <strong x-id="1">significantly higher</strong>
|
The value is <strong x-id="1">significantly higher</strong>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ Without a way to store your measurements, generating made-to-measure patterns wo
|
||||||
This question often hints at an underlying distrust towards
|
This question often hints at an underlying distrust towards
|
||||||
creating an account. As such, the following links may also be relevant:
|
creating an account. As such, the following links may also be relevant:
|
||||||
|
|
||||||
- Read \[our privacy notice]\[1]
|
- Read [our privacy notice][1]
|
||||||
- Learn more about \[your rights]\[2]
|
- Learn more about [your rights][2]
|
||||||
|
|
||||||
</Note>
|
</Note>
|
||||||
|
|
|
@ -8,7 +8,7 @@ Reading this guide will take about 10 minutes of your time now, to save you a bu
|
||||||
|
|
||||||
##### What we'll explain
|
##### What we'll explain
|
||||||
|
|
||||||
- We'll tell you \[what FreeSewing is]\[1] and [what freesewing.org is][2]
|
- We'll tell you [what FreeSewing is][1] and [what freesewing.org is][2]
|
||||||
- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4]
|
- We'll tell you about our [made-to-measure sewing patterns][3] and what we mean by [_with breasts_ vs _without breasts_][4]
|
||||||
- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8]
|
- We'll cover [why you need an account][5] what we mean by [your people][6] or [your patterns][7], and we talk about [measurements][8]
|
||||||
- We'll go over [how you can configure your patterns][9] with design and pattern options
|
- We'll go over [how you can configure your patterns][9] with design and pattern options
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: Cutting Instructions"
|
title: "Aaron A-Shirt: Cutting Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
- Cut **1 back** on the fold
|
- Cut **1 back** on the fold
|
||||||
- Cut **1 front** on the fold
|
- Cut **1 front** on the fold
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: Fabric Options"
|
title: "Aaron A-Shirt: Fabric Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths.
|
An A-shirt is essentially underwear. And in that capacity, you want something that is comfortable, feels nice on your skin and breaths.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: Sewing Instructions"
|
title: "Aaron A-Shirt: Sewing Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
## Step 1: Close seams
|
## Step 1: Close seams
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: Required Measurements"
|
title: "Aaron A-Shirt: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='aaron' />
|
<PatternMeasurements pattern='aaron' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: What You Need"
|
title: "Aaron A-Shirt: What You Need"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
To make Aaron, you will need the following:
|
To make Aaron, you will need the following:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Armhole drop"
|
title: "Armhole drop"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Back armhole shape"
|
title: "Back armhole shape"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Chest ease"
|
title: "Chest ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Hips ease"
|
title: "Hips ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Length bonus"
|
title: "Length bonus"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Neckline shape"
|
title: "Neckline shape"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Neckline drop"
|
title: "Neckline drop"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Shoulderstrap placement"
|
title: "Shoulderstrap placement"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Shoulderstrap width"
|
title: "Shoulderstrap width"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Stretch"
|
title: "Stretch"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt: Design Options"
|
title: "Aaron A-Shirt: Design Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternOptions pattern='aaron' />
|
<PatternOptions pattern='aaron' />
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Aaron A-Shirt"
|
title: "Aaron A-Shirt"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternDocs pattern='aaron' />
|
<PatternDocs pattern='aaron' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: Cutting Instructions"
|
title: "Albert apron: Cutting Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
- Cut **1 front** on the fold
|
- Cut **1 front** on the fold
|
||||||
- Cut **1 pocket** on the fold
|
- Cut **1 pocket** on the fold
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: Fabric Options"
|
title: "Albert apron: Fabric Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant.
|
An apron works best with a fabric that is sturdy, tightly woven, and easy to clean. In addition, make sure to go for a natural fibre and in any case something that is heat-resistant.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: Sewing Instructions"
|
title: "Albert apron: Sewing Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
### Step 1: The Pocket
|
### Step 1: The Pocket
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: Required Measurements"
|
title: "Albert apron: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='albert' />
|
<PatternMeasurements pattern='albert' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: What You Need"
|
title: "Albert apron: What You Need"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
To make Albert, you will need the following:
|
To make Albert, you will need the following:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Back opening"
|
title: "Back opening"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls the amount of opening at the back of your apron.
|
Controls the amount of opening at the back of your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bib length"
|
title: "Bib length"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls the length of the _bib_ part of your apron.
|
Controls the length of the _bib_ part of your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bib width"
|
title: "Bib width"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls the width of the _bib_ part of your apron.
|
Controls the width of the _bib_ part of your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Strap length"
|
title: "Strap length"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls the length of the straps on your apron.
|
Controls the length of the straps on your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Length bonus"
|
title: "Length bonus"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
How much longer than the default length to make your apron.
|
How much longer than the default length to make your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Strap width"
|
title: "Strap width"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls the width of the straps on your apron.
|
Controls the width of the straps on your apron.
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron: Design Options"
|
title: "Albert apron: Design Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternOptions pattern='albert' />
|
<PatternOptions pattern='albert' />
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Albert apron"
|
title: "Albert apron"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternDocs pattern='albert' />
|
<PatternDocs pattern='albert' />
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bee bikini top: Required Measurements"
|
title: "Bee bikini top: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='bee' />
|
<PatternMeasurements pattern='bee' />
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Armhole depth (Bella)"
|
title: "Armhole depth (Bella)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the armhole depth in the underlying Bella block Bee is based on
|
Controls the armhole depth in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Back dart height (Bella)"
|
title: "Back dart height (Bella)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the back dart height in the underlying Bella block Bee is based on
|
Controls the back dart height in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Band Length (Cross back ties)"
|
title: "Band Length (Cross back ties)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the length of the band around your chest for the cross back ties variation of Bee
|
Controls the length of the band around your chest for the cross back ties variation of Bee
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Band (chest) tie length colours"
|
title: "Band (chest) tie length colours"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Whether you want single color tie around your chest, or dual-coloured ones
|
Whether you want single color tie around your chest, or dual-coloured ones
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Band (chest) tie ends"
|
title: "Band (chest) tie ends"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Whether you like straight or pointy ends on the tie around your chest
|
Whether you like straight or pointy ends on the tie around your chest
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Band (chest) tie length"
|
title: "Band (chest) tie length"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the length of the tie around your chest
|
Controls the length of the tie around your chest
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Band (chest) tie width"
|
title: "Band (chest) tie width"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the width of the tie/band around your chest
|
Controls the width of the tie/band around your chest
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Show Bella"
|
title: "Show Bella"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Shows the outline of the Bella block Bee is based on
|
Shows the outline of the Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Bottom depth"
|
title: "Bottom depth"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls how far the bikini cup extends downwards
|
Controls how far the bikini cup extends downwards
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Bust span ease"
|
title: "Bust span ease"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the bust span ease in the underlying Bella block Bee is based on
|
Controls the bust span ease in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Chest ease"
|
title: "Chest ease"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the chest ease in the underlying Bella block Bee is based on
|
Controls the chest ease in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Cross back ties"
|
title: "Cross back ties"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie
|
A variation of Bee, where the neck ties cross and tie in the back by looping into a band that replaces the band tie
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Front armhole pitch depth (Bella)"
|
title: "Front armhole pitch depth (Bella)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the front armhole pitch depth in the underlying Bella block Bee is based on
|
Controls the front armhole pitch depth in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Front curve"
|
title: "Front curve"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the curvature of the front of the bikini cup
|
Controls the curvature of the front of the bikini cup
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Front shoulder width (Bella)"
|
title: "Front shoulder width (Bella)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the front shoulder width in the underlying Bella block Bee is based on
|
Controls the front shoulder width in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "High bust width (Bella)"
|
title: "High bust width (Bella)"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the high bust width in the underlying Bella block Bee is based on
|
Controls the high bust width in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Neck tie colours"
|
title: "Neck tie colours"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Whether you want single color ties around your neck, or dual-coloured ones
|
Whether you want single color ties around your neck, or dual-coloured ones
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Neck tie ends"
|
title: "Neck tie ends"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Whether you like straight or pointy ends on the ties around your neck
|
Whether you like straight or pointy ends on the ties around your neck
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Neck tie length"
|
title: "Neck tie length"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the length of the ties around your neck
|
Controls the length of the ties around your neck
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Neck tie width"
|
title: "Neck tie width"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the width of the ties around your neck
|
Controls the width of the ties around your neck
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,10 @@
|
||||||
---
|
- - -
|
||||||
title: "Side curve"
|
title: "Side curve"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
Controls the curvature of the side of the bikini cup.
|
***
|
||||||
|
|
||||||
|
Controls the curvature of the side of the bikini cup
|
||||||
|
|
||||||
## Effect of this option on the pattern
|
## Effect of this option on the pattern
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Side depth"
|
title: "Side depth"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls how far the bikini cup extends towards the side
|
Controls how far the bikini cup extends towards the side
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Ties"
|
title: "Ties"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Whether to includes ties, yes or no
|
Whether to includes ties, yes or no
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Top Depth"
|
title: "Top Depth"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls how far the bikini cup extends upwards
|
Controls how far the bikini cup extends upwards
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bee bikini top: Design Options"
|
title: "Bee bikini top: Design Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternOptions pattern='bee' />
|
<PatternOptions pattern='bee' />
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
---
|
- - -
|
||||||
title: "Waist ease"
|
title: "Waist ease"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
Controls the waist ease in the underlying Bella block Bee is based on
|
Controls the waist ease in the underlying Bella block Bee is based on
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bee bikini top"
|
title: "Bee bikini top"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternDocs pattern='bee' />
|
<PatternDocs pattern='bee' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: Cutting Instructions"
|
title: "Bella body block: Cutting Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
**Main fabric**
|
**Main fabric**
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: Fabric Options"
|
title: "Bella body block: Fabric Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with.
|
If you are making a default Bella to see how it fits we recommend a fabric such as **Calico (Muslin)** or a cheaper fabric that matches the drape and stretch of the fabric you intend to make a finalised version of Bella with.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: Sewing Instructions"
|
title: "Bella body block: Sewing Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: Required Measurements"
|
title: "Bella body block: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='bella' />
|
<PatternMeasurements pattern='bella' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: What You Need"
|
title: "Bella body block: What You Need"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
To make Bella, you will need the following:
|
To make Bella, you will need the following:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block: Design Options"
|
title: "Bella body block: Design Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternOptions pattern='bella' />
|
<PatternOptions pattern='bella' />
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bella body block"
|
title: "Bella body block"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternDocs pattern='bella' />
|
<PatternDocs pattern='bella' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: Cutting Instructions"
|
title: "Benjamin bow tie: Cutting Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Benjamin is a rather simple pattern, but your options will determine what needs to be cut out. Below are two typical layouts.
|
Benjamin is a rather simple pattern, but your options will determine what needs to be cut out. Below are two typical layouts.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: Fabric Options"
|
title: "Benjamin bow tie: Fabric Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
The bow ties you find in the store are typically make out of silk or some imitation silk poly. So it will come as no surprise that those are good options. Any type of fabric that you like the pattern or looks of can become a candidate for a bow tie. The only real limitation is that the bow tie will have to be turned inside out through a tube that is only 2cm across. With some thicker fabrics, this will be a difficult proposition.
|
The bow ties you find in the store are typically make out of silk or some imitation silk poly. So it will come as no surprise that those are good options. Any type of fabric that you like the pattern or looks of can become a candidate for a bow tie. The only real limitation is that the bow tie will have to be turned inside out through a tube that is only 2cm across. With some thicker fabrics, this will be a difficult proposition.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: Sewing Instructions"
|
title: "Benjamin bow tie: Sewing Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
## Notes and tips
|
## Notes and tips
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: Required Measurements"
|
title: "Benjamin bow tie: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='benjamin' />
|
<PatternMeasurements pattern='benjamin' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: What You Need"
|
title: "Benjamin bow tie: What You Need"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
To make Benjamin, you will need the following:
|
To make Benjamin, you will need the following:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Adjustment ribbon"
|
title: "Adjustment ribbon"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bow length"
|
title: "Bow length"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bow style"
|
title: "Bow style"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Four different bow tie styles!
|
Four different bow tie styles!
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Collar ease"
|
title: "Collar ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "End style"
|
title: "End style"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Knot width"
|
title: "Knot width"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Tip width"
|
title: "Tip width"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie: Design Options"
|
title: "Benjamin bow tie: Design Options"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternOptions pattern='benjamin' />
|
<PatternOptions pattern='benjamin' />
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Benjamin bow tie"
|
title: "Benjamin bow tie"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternDocs pattern='benjamin' />
|
<PatternDocs pattern='benjamin' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bent body Block: Sewing Instructions"
|
title: "Bent body Block: Sewing Instructions"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Bent body Block: Required Measurements"
|
title: "Bent body Block: Required Measurements"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
<PatternMeasurements pattern='bent' />
|
<PatternMeasurements pattern='bent' />
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Across back factor"
|
title: "Across back factor"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
Controls your across back width as a factor of your shoulder to shoulder measurement
|
Controls your across back width as a factor of your shoulder to shoulder measurement
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Armhole depth factor"
|
title: "Armhole depth factor"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
This controls the depth of the armhole, which in turn influences the sleevecap width.
|
This controls the depth of the armhole, which in turn influences the sleevecap width.
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
- - -
|
||||||
title: "Back neck cutout"
|
title: "Back neck cutout"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Controls how deep the neck opening is cut out in the back of the garment. In other words, increasing this will shift the neck opening to the back.
|
||||||
|
|
||||||
## Effect of this option on the pattern
|
## Effect of this option on the pattern
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Biceps ease"
|
title: "Biceps ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
This option controls the ease at your upper arm/biceps.
|
This option controls the ease at your upper arm/biceps.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Chest ease"
|
title: "Chest ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
The amount of ease at your chest.
|
The amount of ease at your chest.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Collar ease"
|
title: "Collar ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
The amount of ease at your neck/collar.
|
The amount of ease at your neck/collar.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Cuff ease"
|
title: "Cuff ease"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
The amount of ease at your cuff/wrist.
|
The amount of ease at your cuff/wrist.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Front armhole extra cutout"
|
title: "Front armhole extra cutout"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
How much the armhole is cut out deeper at the front, than the back.
|
How much the armhole is cut out deeper at the front, than the back.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
***
|
- - -
|
||||||
|
|
||||||
title: "Length bonus"
|
title: "Length bonus"
|
||||||
|
- - -
|
||||||
***
|
|
||||||
|
|
||||||
This option controls how far the block extend below your hips.
|
This option controls how far the block extend below your hips.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
- - -
|
||||||
title: "Shoulder seam shift: armhole side"
|
title: "Shoulder seam shift: armhole side"
|
||||||
---
|
- - -
|
||||||
|
|
||||||
Controls the shoulder seam location on the armhole side.
|
Controls the shoulder seam location on the armhole side.
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue