BenJamesBen
BenJamesBen
I'll check with the community to see if we should: 1. Simply halt the dart rotation once we get to the center front, or 2. Stop the dart rotation at...
I intend to close this bug as "Will Not Fix". Breanna is a unique FreeSewing design in that it allows the darts to be moved to many different locations. Customers...
Closing as Will Not Fix.
If there was a more straightforward method I could/should have used to add the Bust-aligned Buttons option into the existing Closures submenu, please let me know. Also please let me...
I removed the Bust-aligned Buttons option and translation from Simon and moved them entirely to Simone. Trying to put them into Simon was the wrong thing to do, to work...
With certain measurements, Charlie can start degrading in the Front, Fly Extension, and Fly Facing parts, where point.crotchSeamCurveStart incorrectly extends past point.styleWaistIn. The degradation increases until errors start being seen...
Because Charlie inherits/extends its Front part from Titan, I suspect that Titan bug #2596 might be causing or exacerbating this bug. I recommend waiting for the Titan bug to be...
A possible fix: ``` % diff designs/simone/config/index.js.orig designs/simone/config/index.js 10c10,15 < style: [...simonConfig.optionGroups.style, 'frontDarts', 'contour'], --- > style: [ > ...simonConfig.optionGroups.style, > 'frontDarts', > 'contour', > 'bustAlignedButtons', > ], 40a46 >...
Additional changes to add title and description for the new bustAlignedButtons option. I'm not sure how this works, which files need to be changed and which ones get generated automatically....
(Two code additions in my previous comment were made to the incorrect files, Simon instead of Simone. I'll correct it before the PR.) This is the what the fix looks...