mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Ensure joint_products are computed at both the start and end of an animation
This commit is contained in:
parent
009f9dd18b
commit
4629e08769
1 changed files with 4 additions and 5 deletions
|
@ -1262,7 +1262,6 @@ class VMobject(Mobject):
|
|||
|
||||
def set_animating_status(self, is_animating: bool, recurse: bool = True):
|
||||
super().set_animating_status(is_animating, recurse)
|
||||
if is_animating:
|
||||
for submob in self.get_family(recurse):
|
||||
submob.get_joint_products(refresh=True)
|
||||
if not submob._use_winding_fill:
|
||||
|
|
Loading…
Add table
Reference in a new issue