1
0
Fork 0

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:
starfetch 2021-08-21 19:24:47 +02:00 committed by GitHub
parent ec2ebfac50
commit d71b96c045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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)