mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-07-15 00:52:15 +08:00
Working 3DScene example
This commit is contained in:
@ -46,8 +46,6 @@ class Presentation:
|
||||
self.slides = config["slides"]
|
||||
self.files = config["files"]
|
||||
|
||||
print(self.slides)
|
||||
|
||||
self.lastframe = []
|
||||
|
||||
self.caps = [None for _ in self.files]
|
||||
|
@ -18,7 +18,6 @@ class Slide(Scene):
|
||||
self.pause_start_animation = 0
|
||||
|
||||
def play(self, *args, **kwargs):
|
||||
print("PLAY", *args, kwargs.items())
|
||||
super().play(*args, **kwargs)
|
||||
self.current_animation += 1
|
||||
|
||||
|
Reference in New Issue
Block a user