v4.1.7
What's Changed
To the Code Base
- changed datatype of compressed drawdown to Array instead of U… by @Devendork in #168
- updated to 4.1.3 and added link to report bugs via github by @Devendork in #170
- changed yarn view of unset to no show any weft in those locations by @Devendork in #173
- 171 updates to draft editor view by @Devendork in #174
- window resize fixes by @Devendork in #176
- added connection SVG back to palette - accidentally deleted when work… by @Devendork in #182
- Added Color Space Editing for Uploaded Images by @Devendork in #187
Effects on the UI
Report Bugs Enabled
Color Space Editing for the Image Map and Upload Draft Operations.
When an image is uploaded, it is automatically parsed for colors:
If you want to change the color space (for example, when it somehow exported more colors than you expected...which can happen), you can click the "View/Edit image button"
This gives you the option to group colors together and reduce the color space that will be used when assigning drafts to colored regions.
When you close the window, the operation recomputes the color inlets according to the user preferences.
Updates to Draft Editor
Added "+ Add Draft" button to editor to easily create a new draft. Updated toggle for design modes (from treadling threading and tieup vs. drawdown) from a select list to a more graphic representation that toggles between the views.
Reorganized all drawing modes (color or type) as a toggle to clearly express that only one can be used at a time.
Updates to Yarn View Now Considers "Unset" Cells
Previously unset cells were rendered as a weft over. Now, they do not render any weft at all. This is intended to help visualize partial wefts and/or inlay pattern intelarced into a ground cloth. Simulation still renders as weft over...for now.Full Changelog: v4.1.1...v4.1.7