LinearTransformationScene not working
- Linguagem predominante
- Python
- Estrelas
- 93.9k
- Forks
- 7.7k
- Merge médio
- 2d 13h
- PRs com merge (30d)
- 4
Descrição
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!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
O erro ocorre em manimlib/mobject/coordinate_systems.py na linha 287, onde super().__init__ é chamado incorretamente. Verifique o setup do LinearTransformationScene em vector_space_scene.py e a cadeia de herança de CoordinateSystem. Verifique o uso de super() em Python e corrija a chamada. Teste executando o comando fornecido para ver se a cena é renderizada.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Domínio
- tooling
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 45/100