mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Have restructure_list_to_exclude_certain_family_members work with the full family of to_remove
This commit is contained in:
parent
f4a33c5bfb
commit
34ae76ab7f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ def restructure_list_to_exclude_certain_family_members(mobject_list, to_remove):
|
|||
for the list of mobject_list to be edited to contain other submobjects, but not m1.
|
||||
"""
|
||||
new_list = []
|
||||
to_remove = extract_mobject_family_members(to_remove)
|
||||
|
||||
def add_safe_mobjects_from_list(list_to_examine, set_to_remove):
|
||||
for mob in list_to_examine:
|
||||
|
|
Loading…
Add table
Reference in a new issue