mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 15:57:44 +00:00
Return self on unlock_triangulation
This commit is contained in:
parent
dd6e99ab2e
commit
537a2c74aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue