1
0
Fork 0

(fix): Correct description of how pluginBust works

This commit is contained in:
Benjamin F 2022-12-12 07:31:55 -08:00
parent 5981fa9be9
commit eb95a9bdac

View file

@ -66,13 +66,12 @@ they are derived from are provided:
## Measurements from pluginBust ## Measurements from pluginBust
In addition, the [pluginBust](/reference/plugins/bust) plugin from In addition, the [pluginBust](/reference/plugins/bust) plugin from
`@freesewing/plugin-bust` will add and modify the following measurements `@freesewing/plugin-bust` will add and modify the following measurements.
if the `underbust` measurement is provided:
| Measurement | Description | Required Measurements | | Measurement | Description |
|-------------|-------------|-----------| |-------------|-------------|
| `bust` | The original `chest` circumference is copied to `bust` and is used as the bust circumference | `underbust` | | `bust` | Bust circumference (`bust` is set to the value of `chest`) |
| `chest` | `chest` is changed to the value of `highbust` | `underbust` | | `chest` | (`chest` is changed to the value of `highBust`) |
<Tip> <Tip>