From 681bcdda910576105ae1e82cc7135301336a53f6 Mon Sep 17 00:00:00 2001 From: 3b1b Date: Sun, 15 May 2022 00:49:09 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206decb?= =?UTF-8?q?0c32aec21c09007f9a2b91aaa8e642ca848=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/documentation/constants.rst.txt | 2 +- .../getting_started/configuration.rst.txt | 2 +- development/about.html | 6 +- development/changelog.html | 6 +- development/contributing.html | 6 +- documentation/animation/index.html | 6 +- documentation/camera/index.html | 6 +- documentation/constants.html | 8 +- documentation/custom_config.html | 6 +- documentation/mobject/index.html | 6 +- documentation/scene/index.html | 6 +- documentation/shaders/index.html | 6 +- documentation/utils/index.html | 6 +- genindex.html | 6 +- getting_started/config.html | 6 +- getting_started/configuration.html | 120 +----------------- getting_started/example_scenes.html | 6 +- getting_started/installation.html | 6 +- getting_started/quickstart.html | 6 +- getting_started/structure.html | 6 +- getting_started/whatsnew.html | 6 +- index.html | 6 +- search.html | 6 +- searchindex.js | 2 +- 24 files changed, 67 insertions(+), 181 deletions(-) diff --git a/_sources/documentation/constants.rst.txt b/_sources/documentation/constants.rst.txt index 7dabd50e..81ec4937 100644 --- a/_sources/documentation/constants.rst.txt +++ b/_sources/documentation/constants.rst.txt @@ -18,7 +18,7 @@ Frame and pixel shape DEFAULT_PIXEL_HEIGHT = 1080 DEFAULT_PIXEL_WIDTH = 1920 - DEFAULT_FRAME_RATE = 30 + DEFAULT_FPS = 30 Buffs ----- diff --git a/_sources/getting_started/configuration.rst.txt b/_sources/getting_started/configuration.rst.txt index 9b1a147f..c34948b5 100644 --- a/_sources/getting_started/configuration.rst.txt +++ b/_sources/getting_started/configuration.rst.txt @@ -56,7 +56,7 @@ flag abbr function ``--start_at_animation_number START_AT_ANIMATION_NUMBER`` ``-n`` Start rendering not from the first animation, but from another, specified by its index. If you passing two comma separated values, e.g. "3,6", it will end the rendering at the second value. ``--embed LINENO`` ``-e`` Takes a line number as an argument, and results in the scene being called as if the line ``self.embed()`` was inserted into the scene code at that line number ``--resolution RESOLUTION`` ``-r`` Resolution, passed as "WxH", e.g. "1920x1080" -``--frame_rate FRAME_RATE`` Frame rate, as an integer +``--fps FPS`` Frame rate, as an integer ``--color COLOR`` ``-c`` Background color ``--leave_progress_bars`` Leave progress bars displayed in terminal ``--video_dir VIDEO_DIR`` Directory to write video diff --git a/development/about.html b/development/about.html index 7d97cb07..2dcc369f 100644 --- a/development/about.html +++ b/development/about.html @@ -9,8 +9,8 @@ - - + +