godot/core
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
..
config Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
crypto Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
debugger Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
error Errors: Fallback to fprintf if OS singleton doesn't exist 2022-06-30 16:00:30 +02:00
extension Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
input Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
io Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
math Merge pull request #63380 from V-Sekai/fix-cubic-slerp-dot 2022-07-27 13:20:02 +02:00
multiplayer Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
object Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
os Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
string Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
templates Remove ThreadWorkPool, replace by WorkerThreadPool 2022-07-25 15:39:50 +02:00
variant Add some missing Vector4 methods 2022-07-26 02:35:42 +02:00
core_bind.cpp Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
core_bind.h Add a Movie Quit On Finish property to AnimationPlayer 2022-07-27 18:50:28 +02:00
core_builders.py Use maximum zlib compression when generating editor translation headers 2021-10-29 19:07:48 +02:00
core_constants.cpp Implement Vector4, Vector4i, Projection 2022-07-23 14:00:01 +02:00
core_constants.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
core_string_names.cpp Cleanup metadata usage 2022-05-06 00:27:10 +02:00
core_string_names.h Cleanup metadata usage 2022-05-06 00:27:10 +02:00
doc_data.cpp Fix missing method qualifiers in script doc 2022-07-24 23:00:19 +02:00
doc_data.h Merge pull request #62713 from YuriSizov/docs-scripting-annotations 2022-07-06 15:31:19 +02:00
register_core_types.cpp Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
register_core_types.h Fix extension registration order. 2022-02-20 10:58:46 -03:00
SCsub Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
typedefs.h Change some math macros to constexpr 2022-03-09 16:24:32 +01:00
version.h Core: Move generated VERSION_HASH to a .cpp file 2022-02-09 09:20:17 +01:00