mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Preliminary end to hanoi animations
This commit is contained in:
@ -100,6 +100,7 @@ class Mobject(object):
|
||||
return deepcopy(self)
|
||||
|
||||
def generate_target(self):
|
||||
self.target = None #Prevent exponential explosion
|
||||
self.target = self.copy()
|
||||
return self.target
|
||||
|
||||
|
Reference in New Issue
Block a user