Skip to content

Commit 7cc6f97

Browse files
committed
Aegisub-Motion: clear empty override tag blocks.
Hopefully this will not step on anybody's toes.
1 parent 761cf4d commit 7cc6f97

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Aegisub-Motion.moon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
export script_name = "Aegisub-Motion"
55
export script_description = "A set of tools for simplifying the process of creating and applying motion tracking data with Aegisub."
66
export script_author = "torque"
7-
export script_version = "1.0.0-beta4"
7+
export script_version = "1.0.0-beta5"
88

99
local interface, setProgress, setTask
1010

@@ -340,6 +340,7 @@ postprocLines = ( lineCollection ) ->
340340
line\detokenizeTransforms!
341341

342342
line\shiftKaraoke!
343+
line.text = line.text\gsub "{}", ""
343344

344345
setProgress index/totalLines
345346

0 commit comments

Comments
 (0)