From 7e756b8971cc3b85a0beec3e674c4c1d9284e4b2 Mon Sep 17 00:00:00 2001 From: capellancitizen Date: Fri, 12 Apr 2024 16:01:17 -0400 Subject: Additional Clone functionality (#2834) - Recursive Clones now pick up inkstitch:angle etc. from clones they clone - Style now properly propogates to clones - Unlink Clone tool (which applies angle changes, etc.) - Minor refactoring --- 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 0ae88c76..c0ddf0ce 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -57,6 +57,7 @@ from .stroke_to_lpe_satin import StrokeToLpeSatin from .tartan import Tartan from .test_swatches import TestSwatches from .troubleshoot import Troubleshoot +from .unlink_clone import UnlinkClone from .update_svg import UpdateSvg from .zigzag_line_to_satin import ZigzagLineToSatin from .zip import Zip @@ -115,6 +116,7 @@ __all__ = extensions = [ApplyPalette, Tartan, TestSwatches, Troubleshoot, + UnlinkClone, UpdateSvg, ZigzagLineToSatin, Zip] -- cgit v1.2.3