More docs and fix
This commit is contained in:
parent
3eb893e4b2
commit
b51844615d
7 changed files with 29 additions and 14 deletions
|
@ -45,7 +45,7 @@ export default function (part) {
|
|||
|
||||
points.shoulderDartInside = points.hps.shiftFractionTowards(
|
||||
points.shoulder,
|
||||
options.shoulderDartPosition
|
||||
(options.dartPosition == 'shoulder' ? options.shoulderDartPosition : .5)
|
||||
)
|
||||
points.orgShoulder = points.shoulder.clone()
|
||||
points.orgArmhole = points.armhole.clone()
|
||||
|
@ -176,7 +176,7 @@ export default function (part) {
|
|||
paths.armholeOutside = new Path()
|
||||
.move(points.armholeDartOutside)
|
||||
.curve(points.armholeDartOutsideCp1, points.armholeOutsidePitchCp2, points.armhole)
|
||||
.setRender(true)
|
||||
.setRender(false)
|
||||
} else {
|
||||
paths.armholeOutside = new Path()
|
||||
.move(points.armholeDartOutside)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Armhole Dart Position"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **Armhole Dart Position** option allows you to move the position of the dart/princess seam.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -4,11 +4,7 @@ title: "Bust dart curve"
|
|||
|
||||
---
|
||||
|
||||

|
||||
|
||||
The **bust dart curve** option controls the curvature of the bust dart.
|
||||
From straight to slightly curved.
|
||||
|
||||
## Effect of this option on the pattern
|
||||
|
||||

|
||||
|
|
|
@ -4,11 +4,7 @@ title: "Bust dart length"
|
|||
|
||||
---
|
||||
|
||||

|
||||
|
||||
The **bust dart length** option controls the length of the bust dart.
|
||||
The maximum length brings the dart all the way to the bust apex.
|
||||
|
||||
## Effect of this option on the pattern
|
||||
|
||||

|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Shoulder Dart Position"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **Shoulder Dart Position** option allows you to move the position of the dart/princess seam.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Upper Dart Length"
|
||||
---
|
||||
|
||||
---
|
||||
|
||||
The **Upper Dart Length** controls the length of the upper dart, 100% is all teh way to the bust point.
|
||||
|
||||
## Effect of this option on the pattern
|
|
@ -4,10 +4,6 @@ title: "Waist dart length"
|
|||
|
||||
---
|
||||
|
||||

|
||||
|
||||
The **waist dart length** option controls the length of the waist dart towards the bust.
|
||||
|
||||
## Effect of this option on the pattern
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue