Skip to content

Commit

Permalink
Update ILL dependency version in macros
Browse files Browse the repository at this point in the history
  • Loading branch information
klsruan committed Feb 4, 2024
1 parent 87f483d commit 0c82042
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions macros/ILL.ChangeAlign.moon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export script_name = "Change Alignment"
export script_description = "Changes the alignment of a text or shape without changing its original position"
export script_version = "1.1.0"
export script_version = "1.1.1"
export script_author = "ILLTeam"
export script_namespace = "ILL.ChangeAlign"

Expand All @@ -13,7 +13,7 @@ if haveDepCtrl
{
{
"ILL.ILL"
version: "1.3.4"
version: "1.4.4"
url: "https://github.com/TypesettingTools/ILL-Aegisub-Scripts/"
feed: "https://raw.githubusercontent.com/TypesettingTools/ILL-Aegisub-Scripts/main/DependencyControl.json"
}
Expand Down
4 changes: 2 additions & 2 deletions macros/ILL.EnvelopeDistort.moon
Original file line number Diff line number Diff line change
@@ -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.1"
export script_version = "1.1.2"
export script_author = "ILLTeam"
export script_namespace = "ILL.EnvelopeDistort"

Expand All @@ -13,7 +13,7 @@ if haveDepCtrl
{
{
"ILL.ILL"
version: "1.3.4"
version: "1.4.4"
url: "https://github.com/TypesettingTools/ILL-Aegisub-Scripts/"
feed: "https://raw.githubusercontent.com/TypesettingTools/ILL-Aegisub-Scripts/main/DependencyControl.json"
}
Expand Down
38 changes: 19 additions & 19 deletions macros/ILL.MakeImage.moon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export script_name = "Make Image"
export script_description = "Does several procedures for converting images to the .ass"
export script_version = "2.1.0"
export script_version = "2.1.1"
export script_author = "ILLTeam"
export script_namespace = "ILL.MakeImage"

Expand All @@ -19,7 +19,7 @@ if haveDepCtrl
}
{
"ILL.ILL"
version: "1.3.4"
version: "1.4.4"
url: "https://github.com/TypesettingTools/ILL-Aegisub-Scripts"
feed: "https://raw.githubusercontent.com/TypesettingTools/ILL-Aegisub-Scripts/main/DependencyControl.json"
}
Expand Down Expand Up @@ -129,11 +129,11 @@ imageTracer = (sub, sel, activeLine) ->
return ass\getNewSelection!

imagePixels = (sub, sel, activeLine) ->
items = {"All in one line", "On several lines - \"Rec\"", "Pixel by Pixel"}
interface = {
{class: "label", label: "Output Type:", x: 0, y: 0}
{class: "dropdown", name: "outputtype", :items , x: 0, y: 1, value: items[2]}
}
items = {"All in one line", "On several lines - \"Rec\"", "Pixel by Pixel"}
interface = {
{class: "label", label: "Output Type:", x: 0, y: 0}
{class: "dropdown", name: "outputtype", :items , x: 0, y: 1, value: items[2]}
}
img = getData!
button, elements = Aegi.display interface, {"Ok", "Cancel"}, {close: "Cancel"}, "Pixels"
if button == "Ok"
Expand All @@ -153,18 +153,18 @@ imagePixels = (sub, sel, activeLine) ->
return ass\getNewSelection!

imagePotrace = (sub, sel, activeLine) ->
x, items = 0, {"right", "black", "white", "majority", "minority"}
interface = {
{class: "label", label: "Turnpolicy: #{(" ")\rep 30}", :x, y: 0}
{class: "dropdown", name: "tpy", :items, :x, y: 1, value: "minority"}
{class: "label", label: "Corner threshold:", :x, y: 2}
{class: "intedit", name: "apm", :x, y: 3, min: 0, value: 1}
{class: "label", label: "Delete until:", :x, y: 4}
{class: "floatedit", name: "tdz", :x, y: 5, value: 2}
{class: "label", label: "Tolerance:", :x, y: 6}
{class: "floatedit", name: "opt", :x, y: 7, min: 0, value: 0.2}
{class: "checkbox", label: "Curve optimization?", name: "opc", :x, y: 8, value: true}
}
x, items = 0, {"right", "black", "white", "majority", "minority"}
interface = {
{class: "label", label: "Turnpolicy: #{(" ")\rep 30}", :x, y: 0}
{class: "dropdown", name: "tpy", :items, :x, y: 1, value: "minority"}
{class: "label", label: "Corner threshold:", :x, y: 2}
{class: "intedit", name: "apm", :x, y: 3, min: 0, value: 1}
{class: "label", label: "Delete until:", :x, y: 4}
{class: "floatedit", name: "tdz", :x, y: 5, value: 2}
{class: "label", label: "Tolerance:", :x, y: 6}
{class: "floatedit", name: "opt", :x, y: 7, min: 0, value: 0.2}
{class: "checkbox", label: "Curve optimization?", name: "opc", :x, y: 8, value: true}
}
img = getData!
button, elements = Aegi.display interface, {"Ok", "Cancel"}, {close: "Cancel"}, "Potrace"
if button == "Ok"
Expand Down
4 changes: 2 additions & 2 deletions macros/ILL.Shapery.moon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export script_name = "Shapery"
export script_description = "Does several types of shape manipulations from the simplest to the most complex"
export script_version = "2.5.2"
export script_version = "2.5.3"
export script_author = "ILLTeam"
export script_namespace = "ILL.Shapery"

Expand All @@ -19,7 +19,7 @@ if haveDepCtrl
}
{
"ILL.ILL"
version: "1.3.6"
version: "1.4.4"
url: "https://github.com/TypesettingTools/ILL-Aegisub-Scripts/"
feed: "https://raw.githubusercontent.com/TypesettingTools/ILL-Aegisub-Scripts/main/DependencyControl.json"
}
Expand Down

0 comments on commit 0c82042

Please sign in to comment.