1
0
Fork 0
Commit graph

5044 commits

Author SHA1 Message Date
Joost De Cock
262aa8f2da chore: Made plural. See #416 2020-06-01 12:55:30 +02:00
Joost De Cock
f3274b4135 core(models): Implemented #416 for the models package 2020-06-01 12:25:31 +02:00
Joost De Cock
4155f55e1f chore(utils): Using waistCircumference for consistency. See #416 2020-06-01 11:30:10 +02:00
Joost De Cock
366436e970 feat(utils): Implemted #416 for utils/neckstimate 2020-06-01 11:16:03 +02:00
Joost De Cock
e91ef46e5d fix(jaeger): Fix dependencies for front part
Fixes https://github.com/freesewing/freesewing.org/issues/718
2020-06-01 11:01:22 +02:00
Joost De Cock
10471bab38 chore: Adapted tests for legend pattern 2020-05-31 17:58:36 +02:00
Joost De Cock
bf730ba8af chore: Updated changelog generation script 2020-05-31 17:53:04 +02:00
Joost De Cock
57caee751f feat(notation-legend): Added notation-legend pattern for docs 2020-05-31 16:52:58 +02:00
Joost De Cock
6be4391b0f chore(css-theme): Updated path style to match theme plugin 2020-05-31 15:43:13 +02:00
Joost De Cock
19f4d8c552 chore(components): Updated Draft for snippets name change
See
dbda0bc3fe
for details
2020-05-31 15:20:18 +02:00
Joost De Cock
a141cd4c84 Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-05-31 14:41:00 +02:00
Joost De Cock
dbda0bc3fe breaking(plugin-buttons): snap-(male/female) is now snap-(stud/socket)
Changing this to avoid needless use of gender related terminology.
2020-05-31 14:35:27 +02:00
Joost De Cock
d2f3aaf725 chore(breanna): Ported Breanna to the new shoulderSlope measurement 2020-05-31 13:45:04 +02:00
Joost De Cock
8eb9e34933 chore(tamiko): Switched shoulderSlope from option to measurement 2020-05-31 12:54:46 +02:00
Joost De Cock
b1296aa22a feat(sven): Improved shaping of the side seams
Also changed some of the defaults for certain options
2020-05-31 12:48:20 +02:00
Joost De Cock
8baf65295a
Merge pull request #417 from destos/fix-mirror
Fix line slope equation for mirror plugin
2020-05-31 12:00:32 +02:00
Patrick Forringer
16f63eaf2e fix line slope equation for mirror plugin. 2020-05-30 10:11:09 -05:00
Joost De Cock
dd44e4c938 fix(jaeger): Set anchor for sampling on side part 2020-05-30 16:31:35 +02:00
Joost De Cock
08a9b2c9a2 chore(jaeger): Improved some option defaults 2020-05-30 16:31:16 +02:00
Joost De Cock
948d67a027 feat(hugo): Added shaping of the side seams 2020-05-30 16:11:18 +02:00
Joost De Cock
73c07ea666 feat(huey): No longer use the measurement 2020-05-30 15:53:24 +02:00
Joost De Cock
673743faae feat(core): Add support for injecting sample styles
This allows you to override the (path) styles when we
sample the pattern by setting `settings.sample.styles`.

This closes #380
2020-05-30 14:02:37 +02:00
Joost De Cock
803dd112ed fix(brian): Calculate shoulder from HPS, not cbHPS 2020-05-30 12:16:52 +02:00
Joost De Cock
c6fc072b26 :chore: Made the shoulderSlopeReduction static
This option is used to create room for shoulder padding,
but that does not really make sense for a pattern like this.

The option is here because it's inherited from brian.
I assume @alfalyr started with the brian config as a base, and
didn't want to take out any options.

I think that's the smart play, except this option would probably
only confuse people in a context like this top.
2020-05-30 10:23:25 +02:00
Joost De Cock
ce9b1111aa fix(cathrin): Fixed the handling of the panels option
This includes a fix for https://github.com/freesewing/freesewing.org/issues/619
as well as a fix for the panels option being numbers rather than
strings which causes issues in the DraftConfigurator component
2020-05-24 18:44:33 +02:00
Joost De Cock
56ac6954be fix(carlita): Better range for shoulderSlopeReduction option 2020-05-24 18:33:44 +02:00
Joost De Cock
957ff072b3 fix(carlton): Better range for shoulderSlopeReduction option 2020-05-24 18:31:56 +02:00
Joost De Cock
b279f23070 fix(bent): Better range for shoulderSlopeReduction option 2020-05-24 18:28:56 +02:00
Joost De Cock
666174edac fix(bruce): Take sampling into account in init method 2020-05-24 18:07:29 +02:00
Joost De Cock
d1ab4c3201 chore(bent): Tweaked cuffEase and armholeDepth defaults 2020-05-24 17:30:33 +02:00
Joost De Cock
5eb9eaec07 feat(aaron): Better handling of armholeDrop option 2020-05-24 16:21:26 +02:00
Joost De Cock
489afae1d0 feat(aaron): Updated side seam shaping and options tweaks 2020-05-24 15:52:58 +02:00
Joost De Cock
4467fecc5c feat: Switched Brian to the new shoulderSlope measurement
See #358 for more info
2020-05-24 12:32:10 +02:00
Joost De Cock
a69262f2a4 chore: Switched to 13 degrees for default shoulder slope 2020-05-24 12:30:44 +02:00
Joost De Cock
23050931e3 chore: Added support for degree measuements in form component
See #358 for more info
2020-05-24 12:02:22 +02:00
Joost De Cock
370592ee17 feat(utils): New isDegMeasurement method, see #358 2020-05-24 11:20:03 +02:00
Joost De Cock
311107f537 chore: Updated gitignore for new utils file 2020-05-24 11:07:43 +02:00
Joost De Cock
b811a7179d breaking: neckstimate always returns 17 for shoulderSlope
We're making shoulderSlope a degree measurements, which defaults to 17.
See #358 for details
2020-05-24 10:37:24 +02:00
Joost De Cock
164e0175ba Merge branch 'develop' of github.com:freesewing/freesewing into develop 2020-05-21 19:28:03 +02:00
Joost De Cock
96619f186e chore: First round of titan improvements 2020-05-21 18:58:08 +02:00
Joost De Cock
a97f9a438f New translations app.yaml (Spanish) 2020-05-20 21:37:19 +02:00
Joost De Cock
7d9e2d75e3 New translations waralee.yml (Spanish) 2020-05-20 21:37:17 +02:00
Joost De Cock
a4409dd5b9 New translations waralee.yml (Spanish) 2020-05-20 21:15:44 +02:00
Joost De Cock
99e03c07f8 New translations welcome.yaml (Spanish) 2020-05-20 21:06:27 +02:00
Joost De Cock
cbeb35bc68 New translations waralee.yml (Spanish) 2020-05-20 21:06:26 +02:00
Joost De Cock
53dbd5d4a0 New translations settings.yml (Spanish) 2020-05-20 21:06:24 +02:00
Joost De Cock
be9c060080 New translations filter.yml (Spanish) 2020-05-20 20:47:51 +02:00
Joost De Cock
c1e65893be
Merge pull request #407 from destos/405-mirror
Addition of mirror plugin
2020-05-17 18:21:19 +02:00
Joost De Cock
05e56f2266 feat: Initial draft of Titan pattern 2020-05-17 18:08:44 +02:00
Joost De Cock
d8aa8ab3d0
Fat arrow function syntax
Changed one function call to fat arrow syntax, as that's what all the other methods are using. Seems more consistent that way.
2020-05-17 11:41:05 +02:00