| Age | Commit message (Collapse) | Author |
|
|
|
* several thread palette extension fixes
* fix svg tartan when original shape is invalid
* tartan stroke spaces
* style
* fix tartan color substituion at pattern start
* ripple: do not render too small paths
* use less space for params warning headline
* fix clone shape path
* zip export template fix (typo)
* add realistic stitch plan output warning (help tab)
|
|
|
|
(#3019)
|
|
|
|
Co-authored-by: CapellanCitizen
|
|
(#3002)
|
|
* split simulator panel files
* add view panel to position view options at the side
* fix single simulator start size (macOS)
|
|
|
|
* add simulator dark theme buttons
* refresh simulator drawing panel on resize (important for windows)
|
|
* update tartan gui
* params settings size
* fix issue with set_precision
* fix issue with linear gradient
* do not add ignore layer command to png rerealistic output
|
|
* add redwork extension
* fix issue when multiple lines have the same start and end
output to underlay and top layer paths
* use more networks algo
* make style corrections
* make starting point effective
* organize in connected groups
* ending point
ending point could be used as starting point if no starting point is given
* add a comment
* don't add connected group
if the whole design is connected, don't add connected group
* remove too short paths
* bug correction
use length of linestring not the distance betweend endpoiints
* allow parameters setting
stitch_length for both redwork and underpath
bean_stitch for redwork
* style correction
---------
Co-authored-by: Kaalleen <reni@allenka.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix untranslatable string in tartan code panel
* warn about duplicated glyphs in font file
* font sampling: change default line length
* prevent element_id referenced before assignment
|
|
* fix currentColor
* fix pip inkex import
* fix color block extension
|
|
|
|
|
|
|
|
Add a mode to running stitch that uses randomized phase and stitch length instead of even spacing. This greatly reduces moire effects when stitching closely-spaced curves in running-stitch-based fills.
Add option for randomized running stitch to:
ripple stitch
circular fill
contour fill
guided fill
auto-fill
When is randomization is not selected, ripple stitch will use even running stitch when staggers are set to 0 (default) and the stagger algorithm from guided fill (which does not look nice with a stagger period of 0) when staggers is nonzero.
Also includes fix for satin contour underlays (missing tolerance default) mentioned in #2814. This sets the default tolerance to 0.2mm, which is the largest tolerance guaranteed to be backwards-compatible with existing designs using the default inset of 0.4mm.
Original commits:
* fix satin underlay tolerance default
* Add randomized running stitch, make available in ripple stitch, circular, and contour
* add randomized guided fill
* make ripple stitch use even stitching when not staggering or randomizing.
* add random auto-fill and switch jitter parameter to a percentage (matches satin)
* fix comments
|
|
* update config files
* rebase after electron remove
* added toml to requirements
* logging update
* Unified use of the TOML format instead of INI [no ci]
* Unified use of the TOML format instead of INI [no ci]
* moving debug*.py to debug dir, moving some part for debugger [no ci]
* use of alternate logging in some cases
* updated debug logger [no ci]
* logging update
* updated notes
* updated notes about logging
* style check
|
|
|
|
|
|
|
|
Co-authored-by: rejbasket
|
|
* fix dbus issue
* add bean stitch repeats
* add tartan
* add autosatin underlay
---------
Co-authored-by: rejbasket
|
|
|
|
* fix slide and control panel rendering bugs
* clear marker lists when clearing stitch plan
* switch simulator back to wx
* remove unused function
* fix off-by-one error in color bar
* avoid overlapping command symbols of different types
* don't maximize simulator
* adjust alignment
* remove unused API server
* bugfix
* focus entire simulator panel
* rename simulator/realistic preview -> simulator
* experimental: background color picker
* set pagecolor to background color by default
* satisfy macos
* toggle jumps on drawing canvas
* clear frog family
---------
Co-authored-by: Kaalleen
|
|
|
|
* move print PDF back to web browser
* fix line wrapping for macOS
---------
Co-authored-by: Kaalleen <reni@allenka.de>
|
|
Includes multiple optimizations for the realistic stitch preview
Co-authored-by: Lex Neva <github.com@lexneva.name>
|
|
- Recursive Clones now pick up inkstitch:angle etc. from clones they clone
- Style now properly propogates to clones
- Unlink Clone tool (which applies angle changes, etc.)
- Minor refactoring
|
|
|
|
|
|
|
|
|
|
* add object based min stitch length (overwrites global)
* add object based minimum jump stitch (overwrites global)
* rename patches to stitch_groups
|
|
|
|
|
|
filter invalid rungs when merging satin sections
|
|
* add apply palette extension
* thread catalog: apply palette: do not overwrite cutwork settings
|
|
|
|
|