You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,6 +21,7 @@ My automation scripts for Aegisub. In my opinion, the coolest thing here is Aegi
20
21
-[Center Times](#center-times)
21
22
-[Other Scripts](#other-scripts)
22
23
-[Convert Folds](#convert-folds)
24
+
-[Fix KFX Boilerplate](#fix-kfx-boilerplate)
23
25
-[Blender Export Scripts for After Effects Tracking Data](#blender-export-scripts-for-after-effects-tracking-data)
24
26
-[See also](#see-also)
25
27
@@ -128,6 +130,17 @@ To use it, either
128
130
- click the "From File" button to automatically read this line from the subtitle file. This only works if the file is saved on your disk.
129
131
This will work on any version of Aegisub (i.e. an Aegisub version using extradata folds will be able to load folds from the resulting file), but in order for the folds to be displayed inside of Aegisub, you obviously need a build that supports extradata folds.
130
132
133
+
### Fix KFX Boilerplate
134
+
There is a large collection of old (stock templater) karaoke templates that all use the same boilerplate lines
135
+
(which are often bad or even completely unnecessary, but that is another discussion).
136
+
One of these boilerplate lines [broke after argument checking was added to the Lua utility libraries](https://github.com/TypesettingTools/Aegisub/issues/141#issuecomment-2561017082),
137
+
which breaks these templates.
138
+
This script automatically applies one of the simple workarounds to fix the template.
139
+
140
+
Let me once again stress that the *proper* solution for such templates is to rewrite them to not need this boilerplate at all,
141
+
using [a better templater](https://github.com/The0x539/Aegisub-Scripts/blob/trunk/doc/0x.KaraTemplater.md) if needed.
142
+
I only wrote this script so certain people will stop complaining.
143
+
131
144
### Blender Export Scripts for After Effects Tracking Data
132
145
You might be looking for my patched version of the After Effects Blender export script that adds the ability to export Power Pin data. This script has been superseded by Akatsumekusa's version, which is an almost complete rewrite with more features and a more user-friendly GUI. Go [here](https://github.com/Akatmks/Akatsumekusa-Aegisub-Scripts) to download this version.
0 commit comments