Beginning highD project

This commit is contained in:
Grant Sanderson
2017-08-05 20:47:06 -07:00
parent cc61b9b807
commit ff3a214328
8 changed files with 302 additions and 66 deletions

View File

@ -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 = []