mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
fixed copying problem in animation
This commit is contained in:
@ -367,7 +367,7 @@ class Scene(Container):
|
||||
animations.pop()
|
||||
#method should already have target then.
|
||||
else:
|
||||
mobject.target = mobject.copy()
|
||||
mobject.target = mobject.deepcopy()
|
||||
#
|
||||
if len(state["method_args"]) > 0 and isinstance(state["method_args"][-1], dict):
|
||||
method_kwargs = state["method_args"].pop()
|
||||
|
Reference in New Issue
Block a user