1
0
Fork 0
Commit graph

518 commits

Author SHA1 Message Date
anna-puk
885731f23a
Merge branch 'develop' into unice-update-gusset-and-add-curve-options-(PR-version) 2022-08-26 22:49:42 +02:00
Joost De Cock
e6901ba541 chore: Ported design config tests to v3 2022-08-26 18:06:23 +02:00
Joost De Cock
5e31befd0c chore(brian): Use named exports only 2022-08-26 16:34:55 +02:00
Joost De Cock
bee526b341 chore(brian): Ported to v3 2022-08-26 14:45:51 +02:00
Joost De Cock
eccdd23ded Merge branch 'proposal-parts' into v3-phase1 2022-08-26 12:38:39 +02:00
anna-puk
951d01c2aa clone points properly
note: cloned points are not yet used, but this is the proper way to create a copy
2022-08-25 22:54:04 +02:00
joostdecock
647dded023 chore: Fix linter warnings 2022-08-25 12:53:07 +02:00
joostdecock
154d117883 chore: Port JSON imports to import assertions 2022-08-25 12:14:16 +02:00
joostdecock
d74d900a76 chore: Ported pattern tests to ESM 2022-08-25 11:52:34 +02:00
joostdecock
8af23b9b94 chore(plugin-i18n): Adapted tests to ESM 2022-08-25 11:31:17 +02:00
joostdecock
0836ea1dc3 chore: migrate packages.json for ESM only 2022-08-24 19:40:31 +02:00
joostdecock
b4022164c7 chore: Migration build scripts to ESM 2022-08-24 19:39:15 +02:00
Wouter van Wageningen
8949795619 Tweaks 2022-08-24 15:19:15 +00:00
joostdecock
1e67a95fe0 chore: Update engine to NodeJS 16 2022-08-24 09:46:42 +02:00
anna-puk
c00c683305 implement back curve
similar to front curve, but somewhat different impact on the leg opening
2022-08-23 15:51:00 +02:00
anna-puk
b39d0376ae bugfix for curved front
curving the front should not affect the back

comments only

update comments

update index.js files

to draft all parts (elastic, front2, back2 and gusset2 are copied from ursula without any modifications)

update index.js

inject and hide front, back and gusset parts
2022-08-23 15:48:53 +02:00
anna-puk
a7924ecd92 implement front curve
front curve provides an alternative way to lower front at the center, can be combined with front dip
2022-08-23 15:18:24 +02:00
anna-puk
95f936d9c4 unice: adjust gusset
use waistToUpperLeg for base gusset width (probably less sensitive to muscle/fat distribution, but still depends on length)

gusset width is less extreme, and gusset always curves inward (but not too much)
2022-08-23 15:18:24 +02:00
joostdecock
ae40299f7b chore: develop now hosts v3 code 2022-08-23 13:45:20 +02:00
joostdecock
f134ad4f1b Merge branch 'develop' of github.com:freesewing/freesewing into develop 2022-08-23 13:34:00 +02:00
joostdecock
7595799211 chore: Added warning about v3 2022-08-23 13:33:08 +02:00
joostdecock
d230d0dee8 chore: Reconfigure packages 2022-08-23 13:13:56 +02:00
Joost De Cock
c5d7bf8f27
Merge branch 'develop' into lucy-doc 2022-08-23 12:41:20 +02:00
Zee
79cb4c5f4a puts Skully in the right place finally 2022-08-23 09:57:37 +00:00
joostdecock
e1d10aba62 fix(wahid): Move grainline to the side, see #2583 2022-08-23 11:37:14 +02:00
joostdecock
c8db1f1774 chore: Reconfigure packages 2022-08-22 19:13:28 +02:00
joostdecock
1ed8644e06 chore(octoplushy): Rename option group to style 2022-08-22 18:33:11 +02:00
joostdecock
d17cbedea6 fix(octoplushy): Use arm, not leg 2022-08-22 18:19:40 +02:00
joostdecock
a102acb6aa chore: Reconfigure packages 2022-08-22 15:39:44 +02:00
joostdecock
d29ecd6b27 fix(wahid): Fixed dependency issue for pocketFacing 2022-08-22 15:07:02 +02:00
joostdecock
a0d2e9a2e0 fix(simone): Don't mutate the simon config
The changes that were added recently for the `bustAlignedButtons` option
were causing problems when both simon and simone are loaded.

That's because the simone config adds the option to (an object of) the
simon config. Because the reference to this object is the same in both
configs, that means the option also appears on Simon, which causes
issues.

I've (for now) merely duplicated this part of the config to side-step
the issue. For now, because we'll handle this differently/better in v3.
2022-08-22 15:00:49 +02:00
joostdecock
3410c1b8a3 fix(wahid). Grainline, not Cof. See #2564 2022-08-22 11:21:27 +02:00
Joost De Cock
ac8823aeb8
Merge pull request #2583 from OysteinHoiby/develop
Wahid grainlines, issue 2564
2022-08-22 11:20:03 +02:00
Joost De Cock
5d1f6a69ab
Merge pull request #2603 from BenJamesBen/2154-simone-buttons
Add Bust-aligned buttons option to Simone. Resolves #2154
2022-08-22 11:15:23 +02:00
anna-puk
5bc70ff461 Revert "chore: Fixing linter warnings" for unice parts.
This partially reverts commit f9e3236253.
2022-08-21 23:00:50 +02:00
nikhil
0becd057b2 fix: Broken/misleading links to designs' source code
Some of these links were actually broken, since they expect to find designs under the `packages/` directory in the current `develop` branch. Other links were technically okay, since they link to old commits, but updating those links may still help to reduce confusion.

Also fix a reference to `packages/unice` in a `netlify.toml` file. (Untested, but I don't think this is an actual Netlify configuration.)
2022-08-21 12:31:23 -04:00
Benjamin F
23900d6fc0 Move Bust-aligned Buttons option entirely into Simone. 2022-08-19 08:57:55 -07:00
Joost De Cock
f0761cecf9 fix: Allow suppresion of translation in list options
Fixes #2604

It's not so easy to handle this frontend side, so I feel it's better to
be explicit and add a `doNotTranslate` attribute to the option.

Added the frontend code to take that into account, as well as a note in
the docs.
2022-08-19 09:49:46 +02:00
Joost De Cock
ee92526d53 fix: Broken link in README's
As reported in #2605 there's a broken link in the README's that points
to an old overview of all published packages on freesewing.dev.

Since we migrated to NextJS that page no longer exists, futhermore we've
moved away from the single `packages` workspace and now have one for
`packages`, `designs`, `plugins`, and `sites`. So I've just dropped the
link and rephrased the sentence.
2022-08-19 09:00:48 +02:00
Benjamin F
bea7b36b0e Move Bust-aligned Buttons option into Style->Closure submenu. 2022-08-18 14:32:43 -07:00
Benjamin F
c36a151ced Add Bust-aligned buttons option to Simone. 2022-08-17 13:27:06 -07:00
Zee
546766063e changes position logo and scalebox 2022-08-17 14:41:41 +00:00
OysteinHoiby
f50c53fadb Implemented suggestions to achive things with less code. 2022-08-16 16:11:47 +00:00
OysteinHoiby
ea71662fe4 Removed hard coded lengths 2022-08-14 08:44:50 +00:00
OysteinHoiby
96c5d3b5eb prettyfied code 2022-08-13 21:09:23 +00:00
OysteinHoiby
0089d791c7 changed order of grainline points 2022-08-13 21:01:13 +00:00
OysteinHoiby
c6697ce274 Added grainlines to Wahid. I read that the designer could change grainlines according to design intention and fabric.
since I'm not the designer, I just assumed that the grainlines was as suggested by the book (page 383).

Book: Myoungok Kim, & Kim, I. (2014). Patternmaking for menswear. Bloomsburry publishing.
2022-08-13 19:23:41 +00:00
bobgeorgethe3rd
2670cc51e8
reverted waistbandWidth min 2022-08-13 13:35:11 +01:00
bobgeorgethe3rd
969f58d607 yarn prettier 2022-08-13 12:31:15 +00:00
bobgeorgethe3rd
6efa9286e7
indetended code 2022-08-12 23:17:23 +01:00