Skip to content

v4.1.7

Compare
Choose a tag to compare
@Devendork Devendork released this 28 Sep 15:57
· 50 commits to main since this release
cd80d8d

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

Screenshot 2024-09-28 at 9 46 07 AM

Color Space Editing for the Image Map and Upload Draft Operations.

When an image is uploaded, it is automatically parsed for colors:
Screenshot 2024-09-28 at 9 32 48 AM

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"
Screenshot 2024-09-28 at 9 33 35 AM

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.
Screenshot 2024-09-28 at 9 33 41 AM

Updates to Draft Editor

Screenshot 2024-09-28 at 9 49 09 AM

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

Screenshot 2024-09-28 at 9 54 57 AM 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