Wykres commitów

2956 Commity (main)

Autor SHA1 Wiadomość Data
Lex Neva 30cbe18714 Merge branch 'master' of github.com:lexelby/inkscape-embroidery 2017-12-07 15:17:19 +00:00
Lex Neva fdec5f3428 add link to youtube tutorial video 2017-12-06 20:16:02 +00:00
Lex Neva 7f658f2542
Merge pull request #5 from Moini/patch-1
Add update/install script for Ubuntu
2017-12-03 16:47:12 -08:00
Moini a870d48ad4
Do not install dependencies needed for building wxpython,
... and make sure pip can pick up the package installed via apt.
2017-12-03 02:53:33 +01:00
Moini 51399c0e16
Install wxpython via apt in Ubuntu autoinstall script 2017-12-03 02:11:12 +01:00
Moini 8406030070
Update README for installing wxpython via apt 2017-12-03 02:08:57 +01:00
Moini bf382475bd fix installation script for Ubuntu 16.04, add script to install libembroidery-convert, adapt README 2017-11-26 03:17:15 +01:00
Lex Neva af7c27ec25 don't infinitely loop in build_graph heuristic 2017-11-25 21:22:56 +00:00
Lex Neva a8a79e38de don't omit jump stitches 2017-11-23 20:04:31 +00:00
Moini ed8cdfa2c1
Move Ubuntu install script, change message to user, update README accordingly. 2017-11-22 18:24:20 +01:00
Lex Neva b67eb8759f
fix image width in README 2017-11-21 22:21:46 -05:00
Lex Neva 193bb1b2fd add soulstorm brew patch 2017-11-22 03:15:38 +00:00
Lex Neva 3cba500ff0 fix param definition for zigzag underlay inset
clearly I've never set this manually
2017-11-20 00:54:29 +00:00
Lex Neva 2695507dc3 switch stitch view from paths to polylines
Polylines in SVG are essentially the same thing as paths, but with no curves.
But inkscape-embroidery treats polylines as literal stitches; it does not
do satins, fills, etc but instead takes the coordinates and uses them directly
as stitches.

The advantage in this case is that one can re-run the extension on its own
output and get back the same stitch output.  Why would you want to do this?

Consider the case where you have a basic embroidery machine that can only do
a 4x4" square.  If you have something that's a bit bigger than 4 inches wide,
it might still fit in the square if you turn it at an angle.  But working with
your entire design rotated at an angle is a total pain, and you'd also have to
rotate the angles of all the fills to compensate.

Instead, just run the extension, rotate the stitches to fit, and re-run, and
your stitch file will work on your 4x4" machine.
2017-11-19 01:18:48 +00:00
Moini 3c668bbd26
Update README for script 2017-11-19 00:28:57 +01:00
Moini 4c9cccfa5c
Add installation script for Ubuntu and its derivatives
TODO: extend README for instructions. Please do not merge yet.
2017-11-18 23:58:45 +01:00
Lex Neva 06d985f11d remove copyright notices made redundant by LICENSE file 2017-11-18 20:52:34 +00:00
Lex Neva dd1d0983b7 add note to outdated index.html 2017-11-18 20:51:34 +00:00
Lex Neva 4c8b597222 add license 2017-11-18 20:25:58 +00:00
Lex Neva 2841cb8c6f rudimentary gradient support, only for manual fill currently 2017-11-18 20:11:43 +00:00
Lex Neva 2a97c5d25a fix braino 2017-11-14 01:02:14 +00:00
Lex Neva 68f246b0b7 now compatible with networkx 2.0 2017-11-11 01:15:53 +00:00
Lex Neva c7b1b22f68 update inkscape version notes 2017-11-11 00:59:57 +00:00
Lex Neva cd5b1663bf fix copypaste fail in 0986c8f2db 2017-11-10 03:35:56 +00:00
Lex Neva 2e03bbaa3f
Merge pull request #4 from vikrum/patch-1
Update README.md for python dependencies
2017-11-04 20:51:18 -04:00
Lex Neva e974d89e6e
rework documentation around python modules
It's about time I added a proper requirements.txt.
2017-11-04 20:50:05 -04:00
Lex Neva c558629412 add appdirs to requirements.txt 2017-11-05 00:48:22 +00:00
Lex Neva f7fff3332a remove unused import 2017-11-05 00:47:05 +00:00
Lex Neva 403b7c445e add requirements.txt 2017-11-05 00:46:58 +00:00
Lex Neva 0986c8f2db allow specification of output file for standalone processing 2017-11-05 00:44:57 +00:00
Lex Neva bd50c08b5d fix occasional failure of which_outline() 2017-10-28 21:27:16 +01:00
Lex Neva 806123b6ac preserve order of rails in satin with rungs 2017-10-25 03:12:10 +01:00
Lex Neva 5986ea4f22 default simulate to a slower speed 2017-10-24 03:46:52 +01:00
Lex Neva d40bf67180 add handling for <polyline> 2017-10-22 20:23:24 +01:00
Lex Neva 6a742200b5 add super hero and orca patches 2017-10-20 16:37:29 +01:00
Lex Neva bc64624719 resurrect correct connect_points algorithm 2017-10-18 04:44:26 +01:00
Lex Neva 6bfe4eb0d2 don't go the long way around the outline 2017-10-17 18:25:00 +01:00
Lex Neva eff59de06d fix snipping of unnecessary outline section 2017-10-17 18:24:45 +01:00
Lex Neva 8744ae054b add Simulate effect to visualize stitching order 2017-10-03 13:10:08 +01:00
Lex Neva f4d1843b98 add paired tab's dependent tabs to preset too 2017-09-27 01:17:06 +01:00
Lex Neva 4b78102632 bugfix and useful warning 2017-09-27 00:59:32 +01:00
Lex Neva 41effdbf9f way easier satin column using additional subpaths to delineate sections 2017-09-24 01:56:53 +01:00
Lex Neva 60d14f777f fix handling of starting point / last stitch 2017-09-23 02:42:58 +01:00
Lex Neva 4b8fa11942 ignore empty subpaths 2017-09-23 02:42:35 +01:00
Lex Neva b7db218d92 remove notes about autofill hole hacks 2017-09-23 01:07:21 +01:00
Lex Neva 1e86acdc58 rewrite of autofill to handle arbitrary holes! 2017-09-23 01:03:33 +01:00
Vikrum Nijjar 16e138cd17 Update README.md
Added missing dependency for Mac.
2017-07-30 23:28:45 -07:00
Lex Neva a13745e39b add 'use last settings' button 2017-06-14 00:43:42 +01:00
Lex Neva 8f9e6028f9 bugfix in is_same_run 2017-02-05 20:37:03 +00:00
Lex Neva 290f5cd1da fix type for pixels_per_mm option 2017-02-05 20:24:20 +00:00