Return self on unlock_triangulation

This commit is contained in:
Grant Sanderson 2020-08-16 09:46:33 -07:00
parent dd6e99ab2e
commit 537a2c74aa

View file

@ -991,6 +991,7 @@ class VMobject(Mobject):
def unlock_triangulation(self):
for sm in self.get_family():
sm.triangulation_locked = False
return self
def refresh_triangulation(self):
for mob in self.get_family():