mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Fix issue with pointwise_become_partial
This commit is contained in:
@ -715,6 +715,7 @@ class VMobject(Mobject):
|
||||
def pointwise_become_partial(self, vmobject, a, b):
|
||||
assert(isinstance(vmobject, VMobject))
|
||||
if a <= 0 and b >= 1:
|
||||
self.become(vmobject)
|
||||
return self
|
||||
num_curves = vmobject.get_num_curves()
|
||||
nppc = self.n_points_per_curve
|
||||
|
Reference in New Issue
Block a user