1
0
Fork 0
Commit graph

1677 commits

Author SHA1 Message Date
Jonathan Haas
52b8e16e35 fix(hugo): Replace the log message about the head circumference with a flag warning, as that's more visible to the user 2025-05-24 08:59:14 +02:00
Benjamin Fan
7a456d4004 fix(hugo): Add Collar Ease option to allow neck opening size adjustments 2025-05-24 08:59:14 +02:00
Benjamin Fan
b864574e87 fix(wahid): Add interfacing to front cutlist (#362)
Wahid's cutting instructions and sewing instructions mention 2 front interfacing parts. So, it is a bug that the pattern is missing the “cut 2 from interfacing”.

This issue was brought up on the Forum:
https://forum.freesewing.eu/t/hello-thank-you-and-a-couple-of-suggestions-for-wahid/208

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/362
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
2025-05-18 13:34:06 +00:00
Benjamin Fan
1896eba914 fix(wahid): Add new waist, hips, and pocket calculations (#352)
This PR changes how the Wahid pattern is generated to improve widths at the waist and hips. It does so by using the actual waist and hips measurements to generate the waist and hips points, as opposed to the old method which used the chest circumference as the base to approximate the waist and hips points. The new method results in a pattern where the chest/waist/hips widths of the garment are exactly the values of chest/waist/hips measurements plus ease.

The changes are controlled by a new Legacy Waist and Hips option. The option is disabled by default, but when it is enabled the Wahid pattern is generated the old way. So, users will be able to generate the same Wahid patterns as before, if desired.

The PR also contains a fix for the front pocket angle.

The waist and hips changes were tested by someone who reported that it fixed their sway back issue:
1367899207
discord://discord.com/channels/698854858052075530/757631205804998759/1367899207553388556

Fixes #302
Fixes #328

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/352
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
Co-committed-by: Benjamin Fan <benjamesben@noreply.codeberg.org>
2025-05-18 09:43:40 +00:00
Josh Munic
38218b1986
Fix Simon Cuffs cutting instructions
Add "Cut 2 from interfacing" to the cutting instructions on the
Simon shirt cuffs pattern. The cutting instructions in the
documentation say to cut 2 from interfacing.
2025-05-04 18:02:39 -07:00
Benjamin Fan
0e89b410c2 fix(shin): Fix rise option in Front part 2025-05-01 14:45:43 +00:00
joostdecock
b5192f127b [bonny] chore: Hide design from website 2025-04-23 16:46:23 +00:00
joostdecock
02f841c570 feat: Added studio to monorepo 2025-04-23 16:46:23 +00:00
Jonathan Haas
c9300e6739 [core] fix: stack anchoring (#261)
Fixes #54

Also adds the fabric class to lumina parts for proper line width and rainbow coloring.

The last commit is probably not right. It works, but I'm not sure if these are the right functions to change.

![image](/attachments/7a017a76-c7ba-4078-a1a1-e6c900f7d5ee)

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/261
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
Co-committed-by: Jonathan Haas <haasjona@gmail.com>
2025-04-18 13:00:40 +00:00
bobgeorgethe3rd
d973cb4248 [bee]: Refactor code & fixes (#200)
Closes #105
Closes #76
Closes #148

This is a major clean up and overhaul of Bee's code.

Changes

-     Reinstating the ability to toggle the colours of neck and band tie independently
-     Reinstating the ability to toggle pointed edge of neck and band tie independently
-     Simplify snap options
-     Simplfication of the code
-     Simplify Cutting Instructions
-     Cutlist re-work
-     Hidden tie flag message also now appears when !options.ties
-     Neck tie is no longer hidden when options.pointedNeckTieEnds == true
-     Band tie is no longer hidden when options.crossBackTies == true
-     Band tie is no longer hidden when options.pointedBandTieEnds == true && !options.crossBackTies
-     options.reversible now acts as an override for options.duoNeckTieColours & options.duoBandTieColours
-     options.reversible markdown updated to reflect this
-     Updated neckTieLength when crossBackTies == true this was an error from the original code.
-     Designer note links updated for new options.
-     i18n en.json file updated to reflect change in options

Fixes

-     Neck ties no longer cut on fold (This was an error from when originally coded)
-     Band tie locks in duo colours when options.crossBackTies == true (this is why there were incorrect notch placements)
-     options.bandLength move to neck.mjs
-     Locking Bella options that were added post Bee.

Additions

-     options.duoNeckTieColours
-     options.duoBandTieColours
-     options.pointedNeckTieEnds
-     options.pointedBandTieEnds
-     New option markdown
-     Added snap info to neckTieWidth & bandTieWidth markdown

Removed

-     options.duoTieColors
-     options.pointedTieEnds
-     removed option markdown
-     Hidden tie flag message has had expand flags removed

Things to Note

-     The cut list is not using the mirrored preset to hopefully lessen confusion.

Moving forward, as the original coder of this design, in an effort to maintain the design as intended by the original designer in the future, it would streamline the process and be helpful if any requests for maintenance were sent directly to me.

Reviewed-on: https://codeberg.org/freesewing/freesewing/pulls/200
Reviewed-by: Joost De Cock <joostdecock@noreply.codeberg.org>
Co-authored-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com>
Co-committed-by: bobgeorgethe3rd <bobgeorgethe3rd@googlemail.com>
2025-04-03 16:13:24 +00:00
Joost De Cock
51dc1d9732
[breaking]: FreeSewing v4 (#7297)
Refer to the CHANGELOG for all info.

---------

Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com>
Co-authored-by: Josh Munic <jpmunic@gmail.com>
Co-authored-by: Jonathan Haas <haasjona@gmail.com>
2025-04-01 16:15:20 +02:00
Josh Munic
d22fbe78d9
Fix the cutting instructions for the Simon Yoke (#7378)
- Previously it said to cut 1 on the fold, which is wrong
- Now it says to cut 2 mirrored from main fabric
2025-03-22 09:45:50 +01:00
Jonathan Haas
7fb499fd2b
Add missing descriptions for titan waistband balance (#7234)
* Add i18n descriptions for Titan angled waistband

Fix code style

* Add docusaurus documentation for waistband option

* Lily i18n doesn't inherit from Titan, so duplicate strings here
2024-11-16 15:38:30 +01:00
anna-puk
ee72ce3117
Titan angled waist (#3493)
This allows tilting the waist on Titan. Closes #1102 

Code by @anna-puk
2024-11-04 17:52:11 +01:00
Joost De Cock
7ac36d1190
wip: Porting of docs to docusaurus (#7208)
This ports the docs for the following designs: breanna, bruce, cathrin, florence, florent , hugo, lily, lunetius, onyx, opal, paco, sandy, shelly, shin, sven, tamiko, teagan, iberius, trayvon, wahid, walburga, and yuri.

Also adds a prebuild step to build the options umbrella pages. and includes some CSS tweaks.
2024-11-02 10:12:33 +01:00
Joost De Cock
60a9048e9a
Merge pull request #7171 from HaasJona/docs/migrate-bibi
Port Bibi documentation to Docusaurus
2024-10-26 15:32:02 +02:00
Joost De Cock
0e7de8585c
Merge pull request #7125 from freesewing/7121-bug-octoplushy-design-crashes-if-changing-armlength-option-and-others
Fix issue #7121 and two more bugs
2024-10-26 11:29:00 +02:00
Joost De Cock
4244a81a02
Merge pull request #7138 from Thrunic/opal
Fix issue #7123 (Opal strap taper position calculation bug)
2024-10-26 11:26:35 +02:00
joostdecock
76fbc5f6a4 chore: Dependency updates 2024-10-26 11:24:47 +02:00
Joost De Cock
2aa0811621
Merge pull request #7040 from HaasJona/fix/paco-flap-position
fix(paco): Use more accurate flap position
2024-10-26 11:08:11 +02:00
Jonathan Haas
dd75d31931
Migrate Bibi documentation to Docusaurus
Also fix some random upper case words in option names and other minor issues
2024-10-15 16:19:11 +02:00
Thrunic
7106ae792c
Merge branch 'freesewing:develop' into opal 2024-10-12 12:22:14 -04:00
joostdecock
0ce12245f4 chore(aaron): Move chestEase option to fit 2024-10-06 13:27:29 +02:00
Thrunic
e51a5a01f3 Fixes bug #7123 2024-10-02 15:59:37 -04:00
Joost De Cock
d7a01af731 wip: Work on design docs 2024-09-30 19:44:02 +02:00
Wouter van Wageningen
3f6da52e79
Update head.mjs 2024-09-28 08:39:52 -07:00
Joost De Cock
36832d156d
Merge pull request #7086 from bobgeorgethe3rd/revert-7012-fix/sandy
Revert "fix(sandy): fix seam allowance construction to work with new ringsector changes"
2024-09-28 15:14:02 +02:00
Joost De Cock
5d5d7a592a
Merge pull request #7098 from BenJamesBen/bella-front-side-dart-seam-length
fix(bella): Front bust dart changes: add angle and minimum fabric options, obey side seam length, allow convex curve
2024-09-28 15:13:09 +02:00
Joost De Cock
efcc17b7f6
Merge pull request #7092 from bobgeorgethe3rd/patch-40
fix(hugo) Correct expand info
2024-09-28 15:10:37 +02:00
Joost De Cock
82390b2e04
fix(bella): Avoid dupe in options 2024-09-28 15:08:23 +02:00
Joost De Cock
2e5e25e959
Merge branch 'develop' into bella-front-side-dart-seam-length 2024-09-28 15:02:15 +02:00
Joost De Cock
ebf02b0a10
Merge pull request #7102 from freesewing/cornelius-fly
Cornelius fly calculation correction
2024-09-28 14:59:10 +02:00
Joost De Cock
1c013f04f3
Merge pull request #7105 from BenJamesBen/simone-bust-aligned-buttons
fix(simone): Move bust point creation ahead of no-FBA return
2024-09-28 14:48:36 +02:00
Joost De Cock
2d5e998ed4
Merge pull request #7106 from BenJamesBen/bella-front-waist-dart-zero-negative-width
fix(bella): Omit zero or negative width front waist dart
2024-09-28 14:48:02 +02:00
Joost De Cock
a34f8d047e
Merge pull request #7109 from BenJamesBen/bella-front-waist-dart-options
enhancement(bella,docs): Add front waist dart curve option and allow longer waist dart
2024-09-28 14:46:04 +02:00
Joost De Cock
f64dbac967
Merge pull request #7111 from BenJamesBen/bent-sleeve-use-biceps
fix(bent): Base sleeve width on biceps circumference
2024-09-28 14:43:57 +02:00
Joost De Cock
c70afc9d5c
Merge pull request #7113 from BenJamesBen/gozer-eyeline
fix(gozer): Adjust position of eyes
2024-09-28 14:42:20 +02:00
Joost De Cock
358172c990
Merge pull request #7126 from BenJamesBen/huey-pocket-opening
enhancement(huey): Add pocket opening size option
2024-09-28 14:22:46 +02:00
Wouter van Wageningen
5db597433e
Update head.mjs 2024-09-26 22:50:35 -07:00
Wouter van Wageningen
fb94c24d17
Update head.mjs 2024-09-26 22:40:50 -07:00
Wouter van Wageningen
217de7721b
Update head.mjs 2024-09-26 22:28:33 -07:00
Wouter van Wageningen
eb8ff3ae10
Update arm.mjs 2024-09-26 22:28:03 -07:00
Thrunic
58ac2f4584 Fixes intersection of parallel lines bug when backBibBaseAngle is set close to +90 degrees. 2024-09-26 09:37:02 -04:00
Wouter van Wageningen
b94f66a977
Fix issue #7121 and two more bugs 2024-09-25 22:09:28 -07:00
Benjamin Fan
33719ee432 enhancement(huey): Add pocket opening size option 2024-09-25 07:23:15 -07:00
Benjamin Fan
208c5a6342 fix(gozer): Adjust position of eyes 2024-09-20 12:23:05 -07:00
Benjamin Fan
37eba888c8 fix(bent): Base sleeve width on biceps circumference 2024-09-20 07:31:06 -07:00
Benjamin Fan
7f2bf6e6d8 fix(bee,noble): Add constant waistDartCurve option to omit from menu 2024-09-19 20:05:57 -07:00
Benjamin Fan
31ea4a391e fix(bella): Add i18n for new waist dart curve option 2024-09-19 19:45:51 -07:00
Benjamin Fan
4f712b56f5 fix(bella,docs): Add front waist dart curve option and allow longer waist dart 2024-09-19 19:21:21 -07:00