mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Fix blink
This commit is contained in:
@ -211,7 +211,7 @@ class PiCreature(SVGMobject):
|
||||
eye_parts = self.eye_parts
|
||||
eye_bottom_y = eye_parts.get_y(DOWN)
|
||||
|
||||
for eye_part in eye_parts:
|
||||
for eye_part in eye_parts.family_members_with_points():
|
||||
eye_part.points[:, 1] = eye_bottom_y
|
||||
|
||||
return self
|
||||
|
Reference in New Issue
Block a user