Commit graph

2153 commits

Author SHA1 Message Date
Grant Sanderson
a0a17be6ea Remove digest_config 2022-12-14 16:27:33 -08:00
Grant Sanderson
4e8b80fe86 Ensure shift continues to be second arg of FadeOut 2022-12-14 16:27:25 -08:00
Grant Sanderson
53994f0650 Add shorthand for type np.ndarray[int, np.dtype[np.float64]] 2022-12-14 16:17:15 -08:00
Grant Sanderson
ca1ba67a85 Kill config in update.py 2022-12-14 16:02:15 -08:00
Grant Sanderson
4aa7d439f1 Kill CONFIG in transform_matching_parts animations 2022-12-14 15:55:02 -08:00
Grant Sanderson
0aa451396d Kill CONFIG in specialized.py 2022-12-14 15:13:30 -08:00
Grant Sanderson
a6744a19d3 Kill CONFIG in rotation.py 2022-12-14 15:08:20 -08:00
Grant Sanderson
02c3243f98 Kill CONFIG in numbers.py 2022-12-14 15:02:25 -08:00
Grant Sanderson
81615d9f4b Kill CONFIG in movement.py 2022-12-14 14:58:25 -08:00
Grant Sanderson
7dcf5eff8e Kill CONFIG in indication.py 2022-12-14 14:40:05 -08:00
Grant Sanderson
a901704b31 Return self in Circle.surround 2022-12-14 14:39:57 -08:00
Grant Sanderson
c8442c404e Refresh triangulation after reversing points 2022-12-14 14:39:49 -08:00
Grant Sanderson
7474a98752 Kill config in growing.py 2022-12-14 12:08:18 -08:00
Grant Sanderson
5571c7d576 Kill config in transform.py 2022-12-14 12:05:33 -08:00
Grant Sanderson
adf886dced Add 'Callable' import 2022-12-14 11:27:13 -08:00
Grant Sanderson
f6858778c4 Kill config in fading 2022-12-14 11:27:00 -08:00
Grant Sanderson
98a969242a Add (optional) quieting for checkpoint_paste 2022-12-14 11:02:51 -08:00
Grant Sanderson
44a7cfa12e Update output types for VMobject.get_family and VMobject.replicate 2022-12-14 11:02:16 -08:00
Grant Sanderson
187de0163f Kill config in creation.py 2022-12-14 10:58:35 -08:00
Grant Sanderson
958002152e Define ManimColor type in constants 2022-12-14 10:55:32 -08:00
Grant Sanderson
a7bf10c570 Kill composition CONFIGs 2022-12-13 16:52:32 -08:00
Grant Sanderson
6f470679f7 Kill Animation CONFIG 2022-12-13 15:45:57 -08:00
Ikko Ashimine
155cde26da
Fix typo in vectorized_mobject.py (#1913)
lenth -> length
2022-12-13 14:57:23 +08:00
Grant Sanderson
5281a83e9d Add overshoot rate func 2022-11-18 09:12:52 -08:00
Grant Sanderson
7de03e2541 Change/refactor progress display defaults in scene file writing 2022-11-18 09:12:40 -08:00
Grant Sanderson
8cc7616271 Bind 'u' to unselection 2022-11-18 09:12:12 -08:00
Grant Sanderson
15a446977f Added type for ValueTracker 2022-11-18 09:11:59 -08:00
Grant Sanderson
12d4b48508 Make sure animating status propagates through ancestors 2022-11-18 09:11:47 -08:00
Grant Sanderson
a4ffe9b4e5 Allow group_by_rows and group_bg_cols option for creating grids 2022-11-18 09:11:29 -08:00
Grant Sanderson
b6dd640fe7 Add Mobject.reverse_submobjects 2022-11-18 09:10:44 -08:00
Grant Sanderson
83393abb22 Fix bug deleting i from coordinate labels 2022-11-18 09:10:24 -08:00
Grant Sanderson
90e8a397b8 add_axis_labels for ThreeDAxes 2022-11-18 09:09:21 -08:00
Grant Sanderson
6683c9dbca Add get_graph for 3d surfaces off of ThreeDAxes 2022-11-18 09:09:06 -08:00
Grant Sanderson
004b7427f5 Allow bound graphs to track discontinuities 2022-11-18 09:08:30 -08:00
Grant Sanderson
d8e4c1d698 Account for updated rate_func usage in Rotate 2022-11-18 09:07:33 -08:00
Grant Sanderson
4e7f06dea8 Change rate_func to be used in submobject update
This allows for rate functions like overshoot and running start who have outputs outside of [0, 1] to still be used effectively.
2022-11-18 09:07:18 -08:00
Grant Sanderson
b94e9f3a24 Fix Restore 2022-11-04 12:27:50 -07:00
Grant Sanderson
8adf99b8a7 Fix Circle.point_at_angle
https://github.com/3b1b/manim/issues/1875
2022-11-03 16:48:30 -07:00
Grant Sanderson
a2606c7e37 Make sure find_intersection returns a result matching the shape of inputs 2022-11-03 16:48:14 -07:00
Grant Sanderson
84fa3de435 By default, don't let Mobject.become match updaters
This causes the use of Mobject.become in an updater function to make the mobject immediately lose its updater.

https://github.com/3b1b/manim/issues/1877
2022-11-03 16:35:41 -07:00
Grant Sanderson
f878537814 Don't have Matrix try to convert lists of Mobject into numpy arrays
https://github.com/3b1b/manim/issues/1878
2022-11-03 16:31:19 -07:00
Grant Sanderson
8e6265d35e Give set_color_by_gradient more expected behavior
https://github.com/3b1b/manim/issues/1882
2022-11-03 16:17:17 -07:00
Grant Sanderson
834c806e83
Merge pull request #1888 from 3b1b/video-work
Video work
2022-11-03 16:05:34 -07:00
Grant Sanderson
ee668dc741
Merge pull request #1858 from IcyChlorine/bugfix_progress_bar
Fix bug with rendering progress bar
2022-11-03 15:44:32 -07:00
Grant Sanderson
faa37844e7 Add unit_tex option for NumberLine.add_numbers 2022-11-03 11:32:25 -07:00
Grant Sanderson
80d34547db Typo fix 2022-11-03 11:32:25 -07:00
Grant Sanderson
ce77f38bf1 Add CoordinateSystem.bind_graph_to_func 2022-11-03 11:32:25 -07:00
Grant Sanderson
88f2ae6d0d Merge branch 'master' of github.com:3b1b/manim into video-work 2022-09-13 14:08:15 -07:00
Grant Sanderson
d2e570eb19
Merge pull request #1862 from widcardw/dev
Add `set_anim_args` to `.animate` method
2022-09-13 12:42:36 -07:00
Grant Sanderson
0c75d79080 Have window default to half monitor width instead of half height 2022-09-13 11:46:33 -07:00