mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Bug fix to change_student_modes
This commit is contained in:
@ -667,7 +667,7 @@ class TeacherStudentsScene(PiCreatureScene):
|
||||
return self.pi_creature_thinks(student, *content, **kwargs)
|
||||
|
||||
def change_all_student_modes(self, mode, **kwargs):
|
||||
self.change_student_modes(*[mode]*len(self.students))
|
||||
self.change_student_modes(*[mode]*len(self.students), **kwargs)
|
||||
|
||||
def change_student_modes(self, *modes, **kwargs):
|
||||
added_anims = kwargs.pop("added_anims", [])
|
||||
|
Reference in New Issue
Block a user