godot/doc
Hugo Locurcio aaeb60eafc
Add a Movie Quit On Finish property to AnimationPlayer
This quits the project when an animation is done playing in the
given AnimationPlayer, but only in Movie Maker mode.
When this happens, a message is printed with the absolute path of the
AnimationPlayer node that caused the engine to quit.

This can be used to create videos that stop at a specified time
without having to write any script.

A report is now also printed to the console when the video is done
recording (as long as the engine was exited properly).
This report is unfortunately not always visible in the editor's
Output panel, as it's printed too late.

A method was also added to get the path to the output file from the
scripting API.
2022-07-27 18:50:28 +02:00
..
classes Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
tools doc: Fix relative paths in make_rst.py generated comment 2022-07-27 13:52:46 +02:00
translations i18n: Sync classref translations with Weblate 2022-07-27 16:03:34 +02:00
class.xsd Merge pull request #62713 from YuriSizov/docs-scripting-annotations 2022-07-06 15:31:19 +02:00
Doxyfile Replace HTTP links with HTTPS for sites with HTTPS versions 2021-08-22 20:13:11 -05:00
Makefile i18n: Add --lang option to make_rst.py to write translated headings 2021-12-21 13:47:11 +01:00