mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Remove references to refresh_static_mobjects
This commit is contained in:
parent
2beb55727f
commit
3c8e3792e7
1 changed files with 0 additions and 2 deletions
|
@ -317,14 +317,12 @@ class InteractiveScene(Scene):
|
|||
mob.refresh_bounding_box()
|
||||
else:
|
||||
self.add_to_selection(mob)
|
||||
self.refresh_static_mobjects()
|
||||
|
||||
def clear_selection(self):
|
||||
for mob in self.selection:
|
||||
mob.set_animating_status(False)
|
||||
mob.refresh_bounding_box()
|
||||
self.selection.set_submobjects([])
|
||||
self.refresh_static_mobjects()
|
||||
|
||||
def disable_interaction(self, *mobjects: Mobject):
|
||||
for mob in mobjects:
|
||||
|
|
Loading…
Add table
Reference in a new issue