mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Recompute joint angle at the end of align_points
This commit is contained in:
parent
e5b17aad69
commit
470e7bee1e
1 changed files with 2 additions and 0 deletions
|
@ -852,6 +852,8 @@ class VMobject(Mobject):
|
|||
new_subpaths2.append(sp2)
|
||||
self.set_points(np.vstack(new_subpaths1))
|
||||
vmobject.set_points(np.vstack(new_subpaths2))
|
||||
for mob in (self, vmobject):
|
||||
mob.get_joint_angles()
|
||||
return self
|
||||
|
||||
def insert_n_curves(self, n: int, recurse: bool = True):
|
||||
|
|
Loading…
Add table
Reference in a new issue