mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
update custom_default doc and fix a list
This commit is contained in:
parent
1253c18c54
commit
8f9ce57de5
2 changed files with 16 additions and 2 deletions
|
@ -62,6 +62,10 @@ custom_default
|
||||||
The directory for storing vector images to be used in the code (including
|
The directory for storing vector images to be used in the code (including
|
||||||
``.svg`` and ``.xdv``), which will be read by ``SVGMobject``.
|
``.svg`` and ``.xdv``), which will be read by ``SVGMobject``.
|
||||||
|
|
||||||
|
- ``sounds``
|
||||||
|
The directory for storing sound files to be used in ``Scene.add_sound()`` (
|
||||||
|
including ``.wav`` and ``.mp3``).
|
||||||
|
|
||||||
- ``temporary_storage``
|
- ``temporary_storage``
|
||||||
The directory for storing temporarily generated cache files, including
|
The directory for storing temporarily generated cache files, including
|
||||||
``Tex`` cache, ``Text`` cache and storage of object points.
|
``Tex`` cache, ``Text`` cache and storage of object points.
|
||||||
|
@ -104,6 +108,16 @@ The relative position of the playback window on the display (two characters,
|
||||||
the first character means upper(U) / middle(O) / lower(D), the second character
|
the first character means upper(U) / middle(O) / lower(D), the second character
|
||||||
means left(L) / middle(O) / right(R)).
|
means left(L) / middle(O) / right(R)).
|
||||||
|
|
||||||
|
``break_into_partial_movies``
|
||||||
|
-----------------------------
|
||||||
|
|
||||||
|
If this is set to ``True``, then many small files will be written corresponding
|
||||||
|
to each ``Scene.play`` and ``Scene.wait`` call, and these files will then be combined
|
||||||
|
to form the full scene.
|
||||||
|
|
||||||
|
Sometimes video-editing is made easier when working with the broken up scene, which
|
||||||
|
effectively has cuts at all the places you might want.
|
||||||
|
|
||||||
``camera_qualities``
|
``camera_qualities``
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@ Some useful flags
|
||||||
- ``-o`` to write the scene to a file and open the result.
|
- ``-o`` to write the scene to a file and open the result.
|
||||||
- ``-s`` to skip to the end and just show the final frame.
|
- ``-s`` to skip to the end and just show the final frame.
|
||||||
|
|
||||||
- ``-so`` will save the final frame to an image and show it.
|
- ``-so`` will save the final frame to an image and show it.
|
||||||
|
|
||||||
- ``-n <number>`` to skip ahead to the ``n``\ ’th animation of a scene.
|
- ``-n <number>`` to skip ahead to the ``n``\ ’th animation of a scene.
|
||||||
- ``-f`` to make the playback window fullscreen.
|
- ``-f`` to make the playback window fullscreen.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue