From 6c855f020bec4f7e44c82c8fd264ccfdd9a1c76d Mon Sep 17 00:00:00 2001 From: Ruan Dias Date: Mon, 23 Oct 2023 23:44:40 -0300 Subject: [PATCH] Update Envelope Distort --- macros/ILL.EnvelopeDistort.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/ILL.EnvelopeDistort.moon b/macros/ILL.EnvelopeDistort.moon index e7109a2..eba0638 100644 --- a/macros/ILL.EnvelopeDistort.moon +++ b/macros/ILL.EnvelopeDistort.moon @@ -1,6 +1,6 @@ export script_name = "Envelope Distort" export script_description = "Allows you to warp and manipulate shapes within a customizable envelope" -export script_version = "1.1.0" +export script_version = "1.1.1" export script_author = "ILLTeam" export script_namespace = "ILL.EnvelopeDistort" @@ -69,7 +69,7 @@ makeWithMesh = (sub, sel, activeLine) -> else {:org} = l.data isMove = l.tags\existsTag "move" - Line.callBack ass, l, (line, j) -> + Line.callBackTags ass, l, (line, j) -> line.text\callBack (tags, text) -> line.tags\insert {{"clip", screen .. clips[j]}} if line.data.angle != 0 or line.tags\existsTagOr "frx", "fry", "frz"