mirror of
https://github.com/3b1b/manim.git
synced 2025-11-16 10:17:45 +00:00
Fix blink
This commit is contained in:
parent
6c391a7580
commit
ab817c0962
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ class PiCreature(SVGMobject):
|
||||||
eye_parts = self.eye_parts
|
eye_parts = self.eye_parts
|
||||||
eye_bottom_y = eye_parts.get_y(DOWN)
|
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
|
eye_part.points[:, 1] = eye_bottom_y
|
||||||
|
|
||||||
return self
|
return self
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue