We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--quit-after
1 parent 8feb04f commit ac3f918Copy full SHA for ac3f918
tutorials/animation/creating_movies.rst
@@ -247,7 +247,9 @@ Quitting Movie Maker mode
247
-------------------------
248
249
To safely quit a project that is using Movie Maker mode, use the X button at the
250
-top of the window, or call ``get_tree().quit()`` in a script.
+top of the window, or call ``get_tree().quit()`` in a script. You can also use
251
+the ``--quit-after N`` command line argument where ``N`` is the number of frames
252
+to render before quitting.
253
254
Pressing :kbd:`F8` (:kbd:`Cmd + .` on macOS) or pressing :kbd:`Ctrl + C` on the
255
terminal running Godot is **not recommended**, as it will result in an
0 commit comments