Skip to content

Commit 19980e3

Browse files
chopan050JasonGrace2282pre-commit-ci[bot]
authored
[EXPERIMENTAL] Remove ThreeDScene and rewrite Camera internals (#4059)
Co-authored-by: Aarush Deshpande <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3911643 commit 19980e3

23 files changed

+798
-1105
lines changed

docs/i18n/gettext/reference/manim.mobject.three_d.three_dimensions.Line3D.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid "Bases: :py:class:`manim.mobject.three_d.three_dimensions.Cylinder`"
1919
msgstr ""
2020

2121
#: ../../../manim/mobject/three_d/three_dimensions.py:docstring of manim.mobject.three_d.three_dimensions.Line3D:1
22-
msgid "A cylindrical line, for use in ThreeDScene."
22+
msgid "A cylindrical line."
2323
msgstr ""
2424

2525
#: ../../../manim/mobject/three_d/three_dimensions.py:docstring of manim.mobject.three_d.three_dimensions.Line3D:4

docs/i18n/gettext/reference/manim.mobject.three_d.three_dimensions.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgid "A spherical dot."
3535
msgstr ""
3636

3737
#: ../../source/reference/manim.mobject.three_d.three_dimensions.rst:40:<autosummary>:1
38-
msgid "A cylindrical line, for use in ThreeDScene."
38+
msgid "A cylindrical line."
3939
msgstr ""
4040

4141
#: ../../source/reference/manim.mobject.three_d.three_dimensions.rst:40:<autosummary>:1

docs/i18n/gettext/reference/manim.scene.three_d_scene.SpecialThreeDScene.pot

Lines changed: 0 additions & 97 deletions
This file was deleted.

docs/i18n/gettext/reference/manim.scene.three_d_scene.ThreeDScene.pot

Lines changed: 0 additions & 210 deletions
This file was deleted.

docs/source/contributing/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,11 @@ The decorator can be used with or without parentheses. **By default, the test on
213213
circle = Circle()
214214
scene.play(Animation(circle))
215215
216-
You can also specify, when needed, which base scene you need (ThreeDScene, for example) :
216+
You can also specify, when needed, which base scene you need (VectorScene, for example) :
217217

218218
.. code:: python
219219
220-
@frames_comparison(last_frame=False, base_scene=ThreeDScene)
220+
@frames_comparison(last_frame=False, base_scene=VectorScene)
221221
def test_circle(scene):
222222
circle = Circle()
223223
scene.play(Animation(circle))

0 commit comments

Comments
 (0)