Aegisub/aegisub/automation
Niels Martin Hansen d71fa2d85c Add support for variable loops in kara-templater, and add a few more utility functions.
- Variable loops are controlled using the tenv.maxloop(newmax) function to set the loop counter max. This is a wrapper around setting tenv.maxj.
- Add tenv.relayer(newlayer) function for changing the Layer of an output line.
- Add tenv.restyle(newstyle) function for changing the Style of an output line, despite this usually breaking positioning/sizing information.
- tenv.maxloops is an alias for tenv.maxloop.
- tenv.loopctl(newj, newmaxj) controls both loop variables if anyone wants to do that.
This closes #753 but documentation still needs to be written.

Originally committed to SVN as r2913.
2009-05-12 16:36:51 +00:00
..
auto3 SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
autoload Add support for variable loops in kara-templater, and add a few more utility functions. 2009-05-12 16:36:51 +00:00
demos SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
include SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
tests Extend Auto 4 Lua config dialogues test case to cover most interesting cases of controls. 2009-05-12 15:24:07 +00:00
v4-docs SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
automation3.txt SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
Makefile.am SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00