mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Ensure joint_products are refreshed for _AnimationBuilder
This commit is contained in:
@ -63,7 +63,7 @@ class Transform(Animation):
|
||||
# preserved, since calling align_data will potentially
|
||||
# change the structure of both arguments
|
||||
self.target_copy = self.target_mobject.copy()
|
||||
self.mobject.align_data_and_family(self.target_copy)
|
||||
self.mobject.align_data_and_family(self.target_copy)
|
||||
super().begin()
|
||||
if not self.mobject.has_updaters:
|
||||
self.mobject.lock_matching_data(
|
||||
|
Reference in New Issue
Block a user