Wykres commitów

1418 Commity (be833f898ff4912b4f1e54be37e6b8ff3c3f2c42)

Autor SHA1 Wiadomość Data
Lex Neva be833f898f
new extension: Auto-Route Satin Columns (#330)
**video demo:** https://www.youtube.com/watch?v=tbghtqziB1g

This branch adds a new extension, Auto-Route Satin Columns, implementing #214!  This is a huge new feature that opens the door wide for exciting stuff like lettering (#142).

To use it, select some satin columns and run the extension.  After a few seconds, it will replace your satins with a new set with a logical stitching order.  Under-pathing and jump-stitches will be added as necessary, and satins will be broken to facilitate jumps.  The resulting satins will retain all of the parameters you had set on the original satins, including underlay, zig-zag spacing, etc.

By default, it will choose the left-most extreme as the starting point and the right-most extreme as the ending point (even if these occur partway through a satin such as the left edge of a letter "o").  You can override this by attaching the new "Auto-route satin stitch starting/ending position" commands.

There's also an option to add trims instead of jump stitches.  Any jump stitch over 1mm is trimmed.  I might make this configurable in the future but in my tests it seems to do a good job.  Trim commands are added to the SVG, so it's easy enough to modify/delete as you see fit.
2018-10-30 17:43:21 -06:00
Lex Neva d9525968a2
fix manual stitch and add debugging support (#339)
* add debugging support using pydev

* fix: don't add tie stitches for manual stitch

* fix style
2018-10-23 18:08:46 -06:00
Ink/Stitch Crowdin integration 3e6704e5c0 new translations from Crowdin 2018-10-23 01:30:15 +00:00
Lex Neva 1d55716f26
add g-code output format (#336) 2018-10-20 17:50:39 -06:00
Ink/Stitch Crowdin integration 6735077a0a new translations from Crowdin 2018-10-18 01:27:11 +00:00
Kaalleen 5888a8ae10
Fix PDF operator notes
use text() not html() (#338)
2018-10-17 17:03:55 +02:00
AkiraNorthstar fb707ca4a2 Update Makefile (#324)
add inx, locales and *.zip to distclean
2018-10-06 19:07:53 -06:00
Ink/Stitch Crowdin integration 43d780c93f new translations from Crowdin 2018-10-02 01:18:46 +00:00
Ink/Stitch Crowdin integration 4a908c2040 new translations from Crowdin 2018-09-30 01:17:27 +00:00
Lex Neva 8830eb7d40
new extension: split satin (#315)
This branch adds a new command to split a satin column at a specified point.  The split happens at a stitch boundary to ensure that the two resulting satins sew just like the original.  All parameters set on the original satin remain set on the two new satins, and all rungs are retained.  If one of the satins would have no rungs left, a new rung is added.

How to use:

1. Select a satin column (simple satin doesn't work)
2. Attach the "Satin split point" command using the "Attach commands to selected objects" extension.
3. Move the symbol (or just the connector line's endpoint) to point to the exact spot you want the satin to be split at.
4. Select the satin column again.
5. Run "Split Satin Column".
6. The split point command and connector line disappear, and nothing else appears to have happened.  Select your satin and you'll see that it's been split.

This extension is a by-product of my initial work on #214.  Ink/Stitch will need the ability to split a satin at an arbitrary point, and I figured, why not go ahead and release that functionality as an extension while I'm at it? :)
2018-09-29 14:00:36 -06:00
Lex Neva 5139c13fd7
Merge pull request #316 from inkstitch/lexelby/bug-fixes
more bug fixes
2018-09-29 13:22:05 -06:00
Ink/Stitch Crowdin integration ee7ed8f679 new translations from Crowdin 2018-09-26 01:14:58 +00:00
Lex Neva 22bf485d97 v1.19.1 working Mac version
Bugfixes:
* mac version works again
* fix "attach commands" for non-english languages
* simulator window minimum size to avoid squishing buttons
2018-09-22 12:22:34 -04:00
Lex Neva b88821bcfe
Merge pull request #325 from inkstitch/lexelby/fix-mac
always use pyinstaller 3.3.1
2018-09-22 12:21:45 -04:00
Kaalleen efc2816f3c
update simulator (#318)
* fix change direction button
* pause animation when going one step forward or backward
* add button tool tips to inform about shortcut keys
2018-09-22 07:59:20 +02:00
Lex Neva 3ca3045328
Merge pull request #321 from inkstitch/lexelby/ugettext
use ugettext() instead of gettext()
2018-09-21 22:09:50 -04:00
Lex Neva bde2314255 always use pyinstaller 3.3.1 2018-09-21 20:18:22 -04:00
Ink/Stitch Crowdin integration d8560b6045 new translations from Crowdin 2018-09-19 01:12:34 +00:00
Lex Neva ac77a72f3f bullets require unicode strings 2018-09-18 20:39:54 -04:00
Lex Neva 9203283081 use ugettext() instead of gettext() 2018-09-18 20:24:53 -04:00
Ink/Stitch Crowdin integration f637043fa4 new translations from Crowdin 2018-09-18 01:12:03 +00:00
Lex Neva 4272c81383 verbose 2018-09-17 21:08:22 -04:00
Lex Neva 03f6709a88 don't remove messages.po 2018-09-17 21:04:47 -04:00
Lex Neva 1484977688 more deps 2018-09-17 20:43:23 -04:00
Lex Neva 4602c4c929 spell Babel correctly 2018-09-17 20:36:35 -04:00
Lex Neva 174c54e8b0 install pybabel too 2018-09-17 20:30:11 -04:00
Lex Neva b2be7b5cbc try python... 2018-09-17 20:20:38 -04:00
Lex Neva 009f67b57e
Merge pull request #319 from inkstitch/lexelby/fix-cron
install pyembroidery in crowdin build
2018-09-17 20:15:03 -04:00
Lex Neva 00184d7ae8 install pyembroidery in crowdin build 2018-09-17 20:11:08 -04:00
Lex Neva 5e9cb83a93 remove code style exemption for params.py and simulator.py 2018-09-16 13:09:49 -04:00
Lex Neva fa125ff27e remove obselete 'fake color change' code 2018-09-16 13:09:00 -04:00
Lex Neva 9b619de228 use faster algorithm for ties 2018-09-15 21:35:04 -04:00
Lex Neva bdf98a7e91 handle SVGs without bounding box 2018-09-15 21:03:42 -04:00
Lex Neva 5953d54c14
Merge pull request #314 from inkstitch/lexelby/messages.po
auto-generate messages.po in cron job
2018-09-15 13:13:44 -04:00
Lex Neva baee286190 remove git hook 2018-09-15 13:03:34 -04:00
Lex Neva 6d57e4ce5c remove messages.po 2018-09-15 13:03:10 -04:00
Lex Neva 5c8fcb9512 generate messages.po at upload time 2018-09-15 13:01:58 -04:00
Lex Neva 3405a24e4a add make clean target 2018-09-15 13:01:41 -04:00
Lex Neva bd1083f01d v1.19.0: awesome simulator and many bug fixes
* new features
  * major revamp to simulator
    * play forward and backward
    * pan and zoom
    * current command indicator
      * STITCH, JUMP, TRIM, STOP, COLOR CHANGE
      * matches up with CSV exported file
    * advance/rewind one stitch at a time
    * thanks to @kaalleen and @metallicow
  * modification indicators in Params
    * pencil icon shows what parameters you've changed
* bug fixes
  * fix "Install add-ons" extension on Windows (#298)
  * helpful error message for empty path "d" attribute (#220)
  * useful error message when writing embroidery file fails (#279)
  * support ~,  and %vars% in Embroider output directory (#279)
  * stop showing 'None' in Params
  * name AutoFill tabs consistently
  * only save modified values in presets
  * add error message for invalid geometries (#216)
  * make error messages more useful (include svg element ID)
2018-09-12 21:32:58 -04:00
Lex Neva 7b8af2ed57
Merge pull request #301 from inkstitch/lexelby/bug-fixes
bug fixes
2018-09-12 21:32:15 -04:00
Lex Neva d30507171b Merge remote-tracking branch 'origin/master' into lexelby/bug-fixes 2018-09-12 20:51:16 -04:00
Lex Neva 3fd741a1a4
Merge pull request #284 from inkstitch/simulator-timeline
simulator timeline
2018-09-12 20:49:31 -04:00
Lex Neva d398e10b85 Merge remote-tracking branch 'origin/master' into lexelby/bug-fixes 2018-09-12 20:31:06 -04:00
Lex Neva a876066c75 Merge remote-tracking branch 'origin/master' into simulator-timeline 2018-09-12 20:30:13 -04:00
Lex Neva eff7c8d8ce
Merge pull request #298 from inkstitch/lexelby/fix-windows-install
make dest dir on windows
2018-09-12 20:28:16 -04:00
Lex Neva 3d2769773f
Merge pull request #283 from inkstitch/AN-Readme_de.md
Create README_de.md
2018-09-12 20:27:43 -04:00
Lex Neva a999a0ba79
Merge pull request #296 from inkstitch/export-typo-fix
Update zip.inx
2018-09-12 20:27:13 -04:00
Lex Neva ba1c2ea78f fix lint 2018-09-12 20:25:15 -04:00
Lex Neva 91a826912b Merge remote-tracking branch 'origin/master' into simulator-timeline 2018-09-12 20:24:13 -04:00
Lex Neva c1567d4b7a Merge remote-tracking branch 'origin/master' into lexelby/bug-fixes 2018-09-12 20:21:31 -04:00