LinearTransformationScene not working
- Vorherrschende Sprache
- Python
- Sterne
- 93.8k
- Forks
- 7.7k
- PR-Merge-Kennzahlen
- PR-Kennzahlen ausstehend
Beschreibung
I was trying to render a Linear transform scene to have a try at the animations.
When I enter the from3b1b folder and eola series and began rendering files, when the following errors are shown:
```
PS D:\3b1b\manim> python -m manim from_3b1b/old/eola/chapter3.py SimpleLinearTransformationScene -ps
Media will be written to D:\3b1b\manim\media\. You can change this behavior with the --media_dir flag.
Traceback (most recent call last):
File "D:\3b1b\manim\manimlib\extract_scene.py", line 155, in main
scene = SceneClass(**scene_kwargs)
File "D:\3b1b\manim\manimlib\scene\scene.py", line 51, in __init__
self.setup()
File "D:\3b1b\manim\manimlib\scene\vector_space_scene.py", line 324, in setup
**self.background_plane_kwargs
File "D:\3b1b\manim\manimlib\mobject\coordinate_systems.py", line 287, in __init__
super.__init__(**kwargs)
TypeError: descriptor '__init__' of 'super' object needs an argument
```
Lots of thanks!
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.