We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bd1cd commit 364eeddCopy full SHA for 364eedd
manim/mobject/types/vectorized_mobject.py
@@ -1938,7 +1938,7 @@ def pointwise_become_partial(
1938
upper_residue,
1939
)
1940
else:
1941
- # make a copy of points before setting self.points = np.empty(...)
+ # Copy points if self.points is vmobject.points before setting np.empty(...) to avoid in-place modification
1942
vmobject_points = (
1943
vmobject.points.copy()
1944
if self.points is vmobject.points
0 commit comments