fix(dev:tutorial): update names of snap snippets (#1264)
* fix(dev:tutorial): update names of snap snippets
Update deprecated gendered snap snippets to new ones (see commit dbda0bc3fe
)
* fix(dev:tutorial): update names of snap snippets
Update deprecated gendered snap snippets to new ones (see commit freesewing@dbda0bc)
This commit is contained in:
parent
ec2ebfac50
commit
d71b96c045
2 changed files with 4 additions and 4 deletions
|
@ -162,8 +162,8 @@ export default function (part) {
|
|||
// Complete?
|
||||
if (complete) {
|
||||
// Add the snaps
|
||||
snippets.snapMale = new Snippet('snap-male', points.snapLeft)
|
||||
snippets.snapFemale = new Snippet('snap-female', points.snapRight).attr('opacity', 0.5)
|
||||
snippets.snapStud = new Snippet('snap-stud', points.snapLeft)
|
||||
snippets.snapSocket = new Snippet('snap-socket', points.snapRight).attr('opacity', 0.5)
|
||||
|
||||
// Add the bias tape
|
||||
paths.bias = paths.seam
|
||||
|
|
|
@ -3,8 +3,8 @@ export default function (part) {
|
|||
|
||||
// Complete?
|
||||
if (complete) {
|
||||
snippets.snapMale = new Snippet('snap-male', points.snapLeft)
|
||||
snippets.snapFemale = new Snippet('snap-female', points.snapRight).attr('opacity', 0.5)
|
||||
snippets.snapStud = new Snippet('snap-stud', points.snapLeft)
|
||||
snippets.snapSocket = new Snippet('snap-socket', points.snapRight).attr('opacity', 0.5)
|
||||
|
||||
paths.bias = paths.seam
|
||||
.offset(-5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue