mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Rename get_full_submobject_family
This commit is contained in:
@ -42,7 +42,7 @@ class Transform(Animation):
|
||||
|
||||
def update_mobject(self, alpha):
|
||||
families = map(
|
||||
Mobject.get_full_submobject_family,
|
||||
Mobject.submobject_family,
|
||||
[self.mobject, self.starting_mobject, self.ending_mobject]
|
||||
)
|
||||
for m, start, end in zip(*families):
|
||||
|
Reference in New Issue
Block a user