Skip to content

Port ManimGL's Mobject family memoization #3742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
736f6b4
Optimized AnimationGroup computation of start-end times with lag ratio
chopan050 Dec 20, 2023
488a4e1
Added extra comment for init_run_time
chopan050 Dec 20, 2023
c22a1fc
Added full path to imports in composition.py
chopan050 Dec 20, 2023
7a40ac5
Optimized AnimationGroup.interpolate
chopan050 Dec 20, 2023
4e0321e
Fixed final bugs
chopan050 Dec 20, 2023
aa161d8
Removed accidental print
chopan050 Dec 20, 2023
3e1bc50
Final fix to AnimationGroup.interpolate
chopan050 Dec 20, 2023
57fc724
Fixed animations being skipped unintentionally
chopan050 Dec 21, 2023
6a463b6
Merge branch 'main' into anim_composition_optimization
chopan050 Apr 25, 2024
0a2e3a0
Merged
chopan050 Apr 28, 2024
a388df7
Port ManimGL's family handling
chopan050 May 2, 2024
fc04be4
Make Mobject.submobjects a property
chopan050 May 2, 2024
42420de
Move assignation of parents to the middle of the for loop in __deepco…
chopan050 May 2, 2024
e601d66
Merge branch 'ManimCommunity:main' into family_issues
chopan050 May 2, 2024
c5598a5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 2, 2024
ccfffbf
Implement requested changes and an _assert_valid_submobjects() method
chopan050 May 11, 2024
17f30b7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 11, 2024
cdf4af8
Merge branch 'main' into family_issues
chopan050 May 11, 2024
df2a3c8
Added docstrings to get_family and _assert_valid_submobjects
chopan050 May 11, 2024
ac296f8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 11, 2024
2f1c448
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 May 17, 2024
17d1681
Add self as parents in self.submobjects.setter
chopan050 May 20, 2024
ee6fc61
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 May 20, 2024
9f4d7d1
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 May 21, 2024
b4f7f3a
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 May 30, 2024
ac76433
Remove duplicated assertion in Mobject.add()
chopan050 May 30, 2024
2ababf4
Skip _family attribute when JSON encoding with manim.utils.hashing._C…
chopan050 May 30, 2024
9f30e33
Remove unused import of manim.utils.iterables.tuplify
chopan050 May 30, 2024
01c3e7d
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 Jun 11, 2024
71a4bea
Make parents a property and add Mobject._add_as_parent_of_submobs() m…
chopan050 Jun 11, 2024
a46c6ed
parents -> _parents
chopan050 Jun 11, 2024
232b2f6
Add family property
chopan050 Jun 11, 2024
f8f9c01
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 Jun 16, 2024
497233a
Merge branch 'main' into family_issues
chopan050 Jun 21, 2024
c569304
Apply requested changes
chopan050 Jul 15, 2024
29cc725
Merge branch 'main' of https://github.com/ManimCommunity/manim into f…
chopan050 Jul 15, 2024
143a0a9
Explicit import of constants
chopan050 Jul 15, 2024
4101669
Changed a return None to return self
chopan050 Jul 15, 2024
2d4fd9a
Remove unused variable k in list comprehension and use underscore
chopan050 Jul 15, 2024
78a294a
Change mentions of submobjects to _submobjects
chopan050 Jul 15, 2024
836958e
Changed a self to submob in add_n_more_submobjects
chopan050 Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading