From b7f733823feb4c80344e4c9f13e89b84f038c2d3 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 30 Jan 2019 11:19:24 -0800 Subject: [PATCH] Changed default for TeacherStudentScene.student_says --- manimlib/for_3b1b_videos/pi_creature_scene.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manimlib/for_3b1b_videos/pi_creature_scene.py b/manimlib/for_3b1b_videos/pi_creature_scene.py index e439f88d..86507111 100644 --- a/manimlib/for_3b1b_videos/pi_creature_scene.py +++ b/manimlib/for_3b1b_videos/pi_creature_scene.py @@ -298,6 +298,8 @@ class TeacherStudentsScene(PiCreatureScene): "raise_left_hand", ]) kwargs["target_mode"] = target_mode + if "bubble_kwargs" not in kwargs: + kwargs["bubble_kwargs"] = {"direction": LEFT} student = self.get_students()[kwargs.get("student_index", 2)] return self.pi_creature_says( student, *content, **kwargs