inkstitch/lib/extensions
capellancitizen 7474aa7a3a
Fixed hidden objects being stitched out when cloned (Fix #3167) (#3171)
Extracted Base.descendants into a util function
2024-08-28 20:12:16 -04:00
..
utils Fix realistic stitch plan preview for inkscape versions 1.3 and 1.3.1 (#3004) 2024-06-21 18:43:18 +02:00
__init__.py add remove duplicated points extension (#3117) 2024-08-13 16:59:12 +02:00
about.py wxpythonify about extension (#3007) 2024-06-23 10:58:16 +02:00
apply_palette.py Various fixes (#3028) 2024-06-30 22:49:18 +02:00
apply_threadlist.py Various fixes (#2125) 2023-03-09 18:57:55 +01:00
auto_run.py Auto route for running stitch (#1638) 2022-05-18 16:02:07 +02:00
auto_satin.py auto satin: filter zero length strokes as well (#3139) 2024-08-17 07:26:52 +02:00
base.py Fixed hidden objects being stitched out when cloned (Fix #3167) (#3171) 2024-08-28 20:12:16 -04:00
break_apart.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
cleanup.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
commands.py add copyright headers 2021-03-11 23:17:19 -05:00
commands_scale_symbols.py scale markers as well (#1839) 2022-10-15 16:41:06 +02:00
convert_to_satin.py make line to satin a little bit more robust (#3021) 2024-06-27 20:29:15 +02:00
convert_to_stroke.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
cut_satin.py Ensure synthesized rungs intersect (#2239) 2023-04-27 19:49:54 +02:00
cutwork_segmentation.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
density_map.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
display_stacking_order.py fix transform issue in "display rendering order" (#3046) 2024-07-09 18:30:25 +02:00
duplicate_params.py Gradient blocks (#2275) 2023-05-08 17:21:51 +02:00
element_info.py add wxpython abort message (as alternative to stderr output) (#3145) 2024-08-17 17:29:54 +02:00
fill_to_stroke.py Add randomized running and fill stitches (#2830) 2024-05-05 13:55:33 -04:00
flip.py Fix lettering scale, etc. (#1620) 2022-04-24 08:27:42 +02:00
generate_palette.py Various fixes (#3028) 2024-06-30 22:49:18 +02:00
global_commands.py add copyright headers 2021-03-11 23:17:19 -05:00
gradient_blocks.py skip empty gradient blocks (#3142) 2024-08-17 07:24:49 +02:00
input.py Command translations (#3075) 2024-07-14 15:40:16 +02:00
install.py Update electron version to v14.2.9 (#2214) 2023-05-22 22:33:19 +02:00
install_custom_palette.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
jump_to_stroke.py Update jump_to_stroke.py (#2795) 2024-03-23 23:26:41 +01:00
jump_to_trim.py Add Jump to Trim Extension (#2864) 2024-05-01 19:44:04 +02:00
layer_commands.py Fix Style Issues (#1154) 2021-07-25 07:24:34 +02:00
lettering.py add wxpython abort message (as alternative to stderr output) (#3145) 2024-08-17 17:29:54 +02:00
lettering_along_path.py lettering along path: remove previous transforms (#2973) 2024-06-08 13:56:45 +02:00
lettering_custom_font_dir.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
lettering_font_sample.py Font sampling extension (#2858) 2024-04-27 10:02:20 +02:00
lettering_force_lock_stitches.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
lettering_generate_json.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
lettering_remove_kerning.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
lettering_update_json_glyphlist.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
letters_to_font.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
object_commands.py Trying to add commands to clones now shows an error. (#3034) 2024-07-02 22:29:29 -04:00
object_commands_toggle_visibility.py fix toggle visibility of first command in invisible group or layer (#2491) 2023-09-07 19:29:35 +02:00
outline.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
output.py Add object based min stitch length (#2792) 2024-03-26 07:10:40 +01:00
palette_split_text.py fix split text (#3037) 2024-07-02 15:32:05 +02:00
palette_to_text.py Various fixes (#3028) 2024-06-30 22:49:18 +02:00
params.py prevent showing RuntimeError on_stitch_plan_rendered (#3097) 2024-07-20 09:22:35 +02:00
png_realistic.py Raster output (#3036) 2024-07-03 07:09:06 +02:00
png_simple.py Raster output (#3036) 2024-07-03 07:09:06 +02:00
preferences.py convert Preferences to wxPython 2023-08-15 22:59:04 -04:00
print_pdf.py print pdf: remove top level groups (not only layers) (#2924) 2024-05-22 21:47:01 +02:00
redwork.py redwork: fix starting_point issue (#3082) 2024-07-14 08:34:40 +02:00
remove_duplicated_points.py add remove duplicated points extension (#3117) 2024-08-13 16:59:12 +02:00
remove_embroidery_settings.py add options to remove specific params only (#2774) 2024-03-29 11:09:17 +01:00
reorder.py Auto route for running stitch (#1638) 2022-05-18 16:02:07 +02:00
satin_multicolor.py add wxpython abort message (as alternative to stderr output) (#3145) 2024-08-17 17:29:54 +02:00
select_elements.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
selection_to_guide_line.py adjusted selection_to_guide_line to match new marker creation way 2022-05-04 19:01:50 +02:00
selection_to_pattern.py Fix lettering scale, etc. (#1620) 2022-04-24 08:27:42 +02:00
simulator.py Show page in simulator (#3120) 2024-08-08 09:43:36 -04:00
stitch_plan_preview.py Pull comp: remove holes again (#3067) 2024-07-09 18:18:49 +02:00
stitch_plan_preview_undo.py Stitch plan preview overwrite option (#2642) 2024-01-14 20:42:36 +01:00
stroke_to_lpe_satin.py Various fixes (#3028) 2024-06-30 22:49:18 +02:00
tartan.py add wxpython abort message (as alternative to stderr output) (#3145) 2024-08-17 17:29:54 +02:00
test_swatches.py Test Swatches: Reduce length of param list by checking for element type (#2545) 2023-10-15 07:06:43 +02:00
thread_list.py threadlist: size comma to x (#3088) 2024-07-16 20:36:15 +02:00
troubleshoot.py add links to documention in inx extensions (#2937) 2024-05-22 21:49:35 +02:00
unlink_clone.py Clones now also clone commands attached to element and its children. (#3032, #3121) (#3086) 2024-08-14 19:40:42 -04:00
update_svg.py remove special treatment for polylines (#2866) 2024-05-07 20:48:05 +02:00
zigzag_line_to_satin.py fix zigzag line to satin (#2917) 2024-05-17 09:44:09 +02:00
zip.py zip dpi default to 300 (#3068) 2024-07-09 17:38:19 +02:00