mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 06:22:54 +08:00
SingleVariableCostFunction in nn/part2
This commit is contained in:
@ -59,6 +59,7 @@ class Transform(Animation):
|
||||
Animation.clean_up(self, surrounding_scene)
|
||||
if self.replace_mobject_with_target_in_scene and surrounding_scene is not None:
|
||||
surrounding_scene.remove(self.mobject)
|
||||
if not self.remover:
|
||||
surrounding_scene.add(self.original_target_mobject)
|
||||
|
||||
class ReplacementTransform(Transform):
|
||||
|
1021
nn/part2.py
1021
nn/part2.py
File diff suppressed because it is too large
Load Diff
4248
nn/scenes.py
4248
nn/scenes.py
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user