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 @@ - - + +