mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Beginning highD project
This commit is contained in:
@ -643,7 +643,6 @@ class Mobject(object):
|
||||
self.points = np.array([mobject.points[0]])
|
||||
return self
|
||||
|
||||
|
||||
def push_self_into_submobjects(self):
|
||||
copy = self.copy()
|
||||
copy.submobjects = []
|
||||
|
Reference in New Issue
Block a user