mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Default unlock triangulation for pi creature
This commit is contained in:
parent
ba0d677c15
commit
dd7f8aac8d
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class PiCreature(SVGMobject):
|
||||||
self.flip()
|
self.flip()
|
||||||
if self.start_corner is not None:
|
if self.start_corner is not None:
|
||||||
self.to_corner(self.start_corner)
|
self.to_corner(self.start_corner)
|
||||||
|
self.unlock_triangulation()
|
||||||
|
|
||||||
def align_data(self, mobject):
|
def align_data(self, mobject):
|
||||||
# This ensures that after a transform into a different mode,
|
# This ensures that after a transform into a different mode,
|
||||||
|
|
Loading…
Add table
Reference in a new issue