From b7da859d0dd3d069b5345b52beaeafa0f65986b9 Mon Sep 17 00:00:00 2001 From: TonyCrane Date: Sun, 28 Nov 2021 10:52:56 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d9cac?= =?UTF-8?q?3861828f838bcfda87b4eea0e63b3cd1a4a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sources/development/changelog.rst.txt | 19 ++++++++ _sources/index.rst.txt | 2 +- development/about.html | 8 ++-- development/changelog.html | 63 ++++++++++++++++++-------- development/contributing.html | 8 ++-- documentation/animation/index.html | 8 ++-- documentation/camera/index.html | 8 ++-- documentation/constants.html | 8 ++-- documentation/custom_config.html | 8 ++-- documentation/mobject/index.html | 8 ++-- documentation/scene/index.html | 8 ++-- documentation/shaders/index.html | 8 ++-- documentation/utils/index.html | 8 ++-- genindex.html | 6 +-- getting_started/config.html | 8 ++-- getting_started/configuration.html | 13 ++---- getting_started/example_scenes.html | 8 ++-- getting_started/installation.html | 8 ++-- getting_started/quickstart.html | 8 ++-- getting_started/structure.html | 8 ++-- getting_started/whatsnew.html | 8 ++-- index.html | 10 ++-- search.html | 6 +-- searchindex.js | 2 +- 24 files changed, 144 insertions(+), 105 deletions(-) diff --git a/_sources/development/changelog.rst.txt b/_sources/development/changelog.rst.txt index 1ac48974..ca18c88c 100644 --- a/_sources/development/changelog.rst.txt +++ b/_sources/development/changelog.rst.txt @@ -8,12 +8,31 @@ Fixed bugs ^^^^^^^^^^ - `#1653 `__: Fixed ``Mobject.stretch_to_fit_depth`` +- `#1655 `__: Fixed the bug of rotating camera New Features ^^^^^^^^^^^^ - `e10f850 `__: Added CLI flag ``--log-level`` to specify log level +- `#1667 `__: Added operations (``+`` and ``*``) for ``Mobject`` +- `#1675 `__: Added 4 boolean operations for ``VMobject`` in ``manimlib/mobject/boolean_ops.py`` + - ``Union(*vmobjects, **kwargs)`` + - ``Difference(subject, clip, **kwargs)`` + - ``Intersection(*vmobjects, **kwargs)`` + - ``Exclusion(*vmobjects, **kwargs)`` + +Refactor +^^^^^^^^ + +- `#1662 `__: Refactored support for command ``A`` in path of SVG +- `#1662 `__: Refactored ``SingleStringTex.balance_braces`` + + +Dependencies +^^^^^^^^^^^^ + +- `#1675 `__: Added dependency on python packages `skia-pathops `__ v1.2.0 ------ diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index fb3fb10d..965f3a83 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -6,7 +6,7 @@ Manim's documentation Manim is an animation engine for explanatory math videos. It's used to create precise animations programmatically, as seen in the videos at `3Blue1Brown `_. -And here is a Chinese version of this documentation: https://docs.manim.org.cn/shaders +And here is a Chinese version of this documentation: https://docs.manim.org.cn/ .. toctree:: :maxdepth: 2 diff --git a/development/about.html b/development/about.html index 7c05a279..47d64ac2 100644 --- a/development/about.html +++ b/development/about.html @@ -1,7 +1,7 @@ - + @@ -9,8 +9,8 @@ - - + +