mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +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,
|
# played. As much initialization as possible,
|
||||||
# especially any mobject copying, should live in
|
# especially any mobject copying, should live in
|
||||||
# this method
|
# this method
|
||||||
self.mobject.prepare_for_animation()
|
|
||||||
self.starting_mobject = self.create_starting_mobject()
|
self.starting_mobject = self.create_starting_mobject()
|
||||||
if self.suspend_mobject_updating:
|
if self.suspend_mobject_updating:
|
||||||
# All calls to self.mobject's internal updaters
|
# All calls to self.mobject's internal updaters
|
||||||
|
|
|
@ -1176,9 +1176,6 @@ class Mobject(object):
|
||||||
sm1.interpolate_color(sm1, sm2, 1)
|
sm1.interpolate_color(sm1, sm2, 1)
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def prepare_for_animation(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def cleanup_from_animation(self):
|
def cleanup_from_animation(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue