From 0c825d21631d467104cb65c61e15c39c46481e9e Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 1 May 2024 06:59:46 +0200 Subject: Add multicolor satin extension (#2863) --- lib/extensions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/extensions/__init__.py') diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 7674fba5..86c75395 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -48,6 +48,7 @@ from .preferences import Preferences from .print_pdf import Print from .remove_embroidery_settings import RemoveEmbroiderySettings from .reorder import Reorder +from .satin_multicolor import SatinMulticolor from .select_elements import SelectElements from .selection_to_guide_line import SelectionToGuideLine from .selection_to_pattern import SelectionToPattern @@ -108,6 +109,7 @@ __all__ = extensions = [ApplyPalette, Print, RemoveEmbroiderySettings, Reorder, + SatinMulticolor, SelectElements, SelectionToGuideLine, SelectionToPattern, -- cgit v1.2.3