diff options
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 80 |
1 files changed, 41 insertions, 39 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index d0900f2d..7987a717 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -51,60 +51,62 @@ from .simulator import Simulator from .stitch_plan_preview import StitchPlanPreview from .stitch_plan_preview_undo import StitchPlanPreviewUndo from .stroke_to_lpe_satin import StrokeToLpeSatin +from .test_swatches import TestSwatches from .update_svg import UpdateSvg from .zigzag_line_to_satin import ZigzagLineToSatin from .zip import Zip from.lettering_along_path import LetteringAlongPath -__all__ = extensions = [StitchPlanPreview, - StitchPlanPreviewUndo, - DensityMap, - Install, - Params, - Print, - Input, - Output, - Zip, - Flip, - SelectionToPattern, - SelectionToGuideLine, - ObjectCommands, - ObjectCommandsToggleVisibility, - LayerCommands, - GlobalCommands, +__all__ = extensions = [ApplyThreadlist, + AutoRun, + AutoSatin, + BreakApart, + Cleanup, CommandsScaleSymbols, ConvertToSatin, - StrokeToLpeSatin, - ZigzagLineToSatin, ConvertToStroke, - JumpToStroke, - FillToStroke, CutSatin, - AutoSatin, - AutoRun, + CutworkSegmentation, + DensityMap, + DuplicateParams, + FillToStroke, + Flip, + GeneratePalette, + GlobalCommands, + GradientBlocks, + Input, + Install, + InstallCustomPalette, + JumpToStroke, + LayerCommands, Lettering, - LetteringGenerateJson, - LetteringUpdateJsonGlyphlist, - LetteringRemoveKerning, + LetteringAlongPath, LetteringCustomFontDir, LetteringForceLockStitches, - LetteringAlongPath, + LetteringGenerateJson, + LetteringRemoveKerning, + LetteringUpdateJsonGlyphlist, LettersToFont, - Troubleshoot, - RemoveEmbroiderySettings, - Cleanup, - UpdateSvg, - BreakApart, - GradientBlocks, - ApplyThreadlist, - InstallCustomPalette, - GeneratePalette, + ObjectCommands, + ObjectCommandsToggleVisibility, + Output, PaletteSplitText, PaletteToText, - Simulator, - Reorder, - DuplicateParams, + Params, Preferences, + Print, + RemoveEmbroiderySettings, + Reorder, SelectElements, - CutworkSegmentation] + SelectionToGuideLine, + SelectionToPattern, + Simulator, + StitchPlanPreview, + StitchPlanPreviewUndo, + StrokeToLpeSatin, + TestSwatches, + Troubleshoot, + UpdateSvg, + ZigzagLineToSatin, + Zip] |
