forked from mia/Aegisub
Some details for auto3 engine...
Originally committed to SVN as r834.
This commit is contained in:
parent
a2c8d7922e
commit
b355cf0f3d
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ aegisub_SOURCES = \
|
||||||
auto4_lua.cpp \
|
auto4_lua.cpp \
|
||||||
auto4_lua_assfile.cpp \
|
auto4_lua_assfile.cpp \
|
||||||
auto4_lua_dialog.cpp \
|
auto4_lua_dialog.cpp \
|
||||||
|
auto4_auto3.cpp \
|
||||||
avisynth_wrap.cpp \
|
avisynth_wrap.cpp \
|
||||||
base_grid.cpp \
|
base_grid.cpp \
|
||||||
colorspace.cpp \
|
colorspace.cpp \
|
||||||
|
|
|
@ -8,6 +8,7 @@ Please visit http://aegisub.net to download latest version
|
||||||
o Automation 4 Lua uses Lua 5.1 instead of 5.0, meaning some new language features:
|
o Automation 4 Lua uses Lua 5.1 instead of 5.0, meaning some new language features:
|
||||||
o It is now possible to write macros that manipulate subtitles directly
|
o It is now possible to write macros that manipulate subtitles directly
|
||||||
o Scripts have full access to the entire subtitle file, not just the "Events" section
|
o Scripts have full access to the entire subtitle file, not just the "Events" section
|
||||||
|
o Also has a compatibility Automation 3 engine, so old scripts should continue working with little or no changes
|
||||||
- Visual Typesetting functionality implemented, which should make typesetting much easier and faster. It supports: (AMZ)
|
- Visual Typesetting functionality implemented, which should make typesetting much easier and faster. It supports: (AMZ)
|
||||||
o Dragging;
|
o Dragging;
|
||||||
o Rotation on Z axis;
|
o Rotation on Z axis;
|
||||||
|
|
Loading…
Reference in a new issue