George Steel
e28ea888a9
use random oracle for randomized satin columns and redo split stitches
2022-12-26 20:13:48 -05:00
George Steel
b63f19b2d0
fix seed param and error messages
2022-12-26 20:10:10 -05:00
George Steel
7d60b8e9d3
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/random-base-satin
2022-12-23 19:26:43 -05:00
Ink/Stitch Crowdin integration
aaa9daa86c
new translations from Crowdin
2022-12-20 01:21:05 +00:00
Kaalleen
a4f86a3106
Point to troubleshoot in fatal error message ( #1967 )
...
* point to troubleshoot in fatal error message
* shapely version
2022-12-19 21:11:50 +01:00
Kaalleen
4286090570
fix #1921 ( #1922 )
2022-12-17 12:27:09 +01:00
Kaalleen
355e1f3b9a
svg:line to stroke element ( fix #1623 ) ( #1958 )
2022-12-15 06:33:59 +01:00
Kaalleen
b932f6a443
fix #1936
...
(#1955 )
2022-12-12 18:36:02 +01:00
George Steel
54b0a3d6bf
add comment on set_param
2022-12-11 22:29:29 -05:00
George Steel
903f724c88
refine GUI for text-based random_seed parameter and add global param.
2022-12-11 22:18:09 -05:00
George Steel
de55286b22
Merge pull request #1940 from inkstitch/george-steel/expose-trim-after
...
expose the trim_after param in the interface
2022-12-11 12:02:52 -05:00
Kaalleen
f74f427cae
Add jump to stroke extension ( #1947 )
2022-12-11 09:44:42 +01:00
George Steel
dd115ae02f
Merge remote-tracking branch 'origin/claudine/random_satin_column' into george-steel/random-base-satin
2022-12-10 23:36:19 -05:00
George Steel
2cec72cbbd
Merge branch 'george-steel/expose-trim-after'
2022-12-10 19:29:01 -05:00
George Steel
e52f889bb0
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/expose-trim-after
2022-12-10 19:25:21 -05:00
George Steel
178dfffbeb
expose stop_after
2022-12-10 19:11:43 -05:00
Kaalleen
815b3c6035
Add extension: Lettering along path ( #1937 )
2022-12-10 10:50:14 +01:00
George Steel
3c37a016bf
expose the trim_after param in the interface
2022-12-03 17:38:57 -05:00
Ink/Stitch Crowdin integration
af65e9b8af
new translations from Crowdin
2022-12-01 01:47:00 +00:00
Kaalleen
5af256e633
Fill fonts with satin auto-routing ( #1915 )
...
* prevent error message on fill fonts with satin auto-routing
2022-11-30 15:49:51 +01:00
George Steel
1676333111
Merge pull request #1926 from inkstitch/george-steel/fix-node-compat
...
add --openssl-legacy-provider to yarn dev command for compatibility with current nodejs
2022-11-28 11:00:18 -05:00
Ink/Stitch Crowdin integration
8d7709aa18
new translations from Crowdin
2022-11-28 01:28:28 +00:00
George Steel
73127ef987
add --openssl-legacy-provider to yarn dev command for compatibility with current nodejs
2022-11-27 13:37:53 -05:00
George Steel
b67c198171
Merge pull request #1925 from inkstitch/kaalleen/satin-offset-position
...
Fix satin offset_points
2022-11-27 13:06:29 -05:00
Claudine
c4c22cac4f
use split parameters
2022-11-27 18:14:41 +01:00
Kaalleen
b525188788
fix ripples plot_points_on_rails
2022-11-27 14:56:03 +01:00
Kaalleen
b8161a97c3
satin offset_points
2022-11-27 10:17:43 +01:00
Kaalleen
3f346ea5ff
fix untranslatable trim selection in lettering ( #1923 )
2022-11-27 08:54:10 +01:00
Kaalleen
e9278c55c3
This and that ( #1727 )
...
* dont fail on satin with fill
* fill stitch error message
* convert to satin mac issue
* auto_satin: add rung for two node old style satins
* avoid divide by zero in intersect_region_with_grating
* fix for incorrect stagger in guided fill
* better rail sectioning algorithm
* fix #1780
* fix #1816
Co-authored-by: Lex Neva
2022-11-27 08:37:59 +01:00
Ink/Stitch Crowdin integration
9c0b64560c
new translations from Crowdin
2022-11-26 01:25:36 +00:00
George Steel
495a22ea55
Merge commit '72b001e7' into george-steel/random-base-satin
2022-11-24 23:50:00 -05:00
George Steel
ac655910eb
Merge pull request #1897 from inkstitch/george-steel/pull-comp-percent
...
Add proportional and asymmetric pull compensation and underlay inset options to satin columns, plus a param to swap the 2 rails.
2022-11-24 21:14:26 -05:00
George Steel
81168fd299
typo fixes
2022-11-24 21:10:14 -05:00
George Steel
739e2b9670
add option to swap rails
2022-11-23 23:09:57 -05:00
George Steel
74f0943cc8
Merge branch 'main' of https://github.com/inkstitch/inkstitch into george-steel/pull-comp-percent
2022-11-23 21:59:37 -05:00
George Steel
7cef2c9a09
typo fixes
2022-11-23 21:58:39 -05:00
Ink/Stitch Crowdin integration
df4c5cd59b
new translations from Crowdin
2022-11-23 01:30:06 +00:00
Claudine Peyrat
43a31ba80e
Claudine/lettering with trims ( #1866 )
...
* add trim after each letter
allow to add a trim after each letter
* add trim after letter, word or line
rewriting everythng
* style correction
correcting all that is signaled by make style
* corrections
i don't understand why i add to modify get_command_pos in commands. If I don't i can not add a command at the end of a glyph that ends with a polyline (eg B from Fold)
* replace checkbox with dropdown
* rename variables in English
* use same trim methods for auto_satin and non auto_satin
* check if trim option is never
strip lines of text
Co-authored-by: Claudine <claudine@MacBook-Pro-2.local>
Co-authored-by: Kaalleen <reni@allenka.de>
Co-authored-by: Kaalleen <36401965+kaalleen@users.noreply.github.com>
2022-11-22 10:46:44 +01:00
Kaalleen
e761d8b42c
Convert to gradient blocks extension ( #1844 )
2022-11-22 10:21:45 +01:00
Kaalleen
4c845df846
small zigzag warning ( #1891 )
2022-11-22 09:50:21 +01:00
Kaalleen
8d0e80e5f1
fix clone positioning and angles ( #1837 )
2022-11-22 09:49:08 +01:00
George Steel
08581d7eae
Make pull-compensation and insets per-side
2022-11-17 01:51:33 -05:00
George Steel
e2ab19d92f
fix shadowing bug leading to division by zero
2022-11-11 00:26:59 -05:00
George Steel
9237d19f0c
fix code formatting
2022-11-11 00:20:59 -05:00
Kaalleen
7445b91851
lettering: ignore invalid glyph layers ( #1892 )
2022-11-10 14:03:32 +01:00
George Steel
e1d9677ea0
fix typos
2022-11-08 22:53:55 -05:00
George Steel
8728e8d7b2
Add proportional inset and balance properties to underlay.
2022-11-06 22:23:25 -05:00
George Steel
3aa92ba7b7
change pull_compensation_rails to a continuous balance and fix some edge cases.
2022-11-06 20:23:21 -05:00
Claudine
72b001e7c2
add random parameters to satin columns
2022-11-06 14:31:28 -05:00
Claudine
4285a6fb7f
add pull_compensation_percent
2022-11-06 10:49:25 -05:00