mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove prepare_for_animation
This commit is contained in:
parent
b8b44f062c
commit
e43b8ef4e4
2 changed files with 0 additions and 4 deletions
|
@ -43,7 +43,6 @@ class Animation(object):
|
|||
# played. As much initialization as possible,
|
||||
# especially any mobject copying, should live in
|
||||
# this method
|
||||
self.mobject.prepare_for_animation()
|
||||
self.starting_mobject = self.create_starting_mobject()
|
||||
if self.suspend_mobject_updating:
|
||||
# All calls to self.mobject's internal updaters
|
||||
|
|
|
@ -1176,9 +1176,6 @@ class Mobject(object):
|
|||
sm1.interpolate_color(sm1, sm2, 1)
|
||||
return self
|
||||
|
||||
def prepare_for_animation(self):
|
||||
pass
|
||||
|
||||
def cleanup_from_animation(self):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue