1108 Commits

Author SHA1 Message Date
d4b6bf40e5 Small type fixes 2022-12-15 10:17:57 -08:00
002129e7a2 Remove stray import 2022-12-15 10:17:43 -08:00
1aaa3b4ad5 Remove unnecessary import 2022-12-15 10:12:10 -08:00
6c4e028eab Kill CONFIG in surface.py 2022-12-15 10:11:50 -08:00
3a65eb4d2c Kill CONFIG in ImageMobject 2022-12-15 09:56:01 -08:00
98c53151ad Correct type for texture_paths 2022-12-15 09:55:50 -08:00
b373e33a22 Kill CONFIG in dot_cloud.py 2022-12-15 09:37:32 -08:00
a715a5bc3f Kill CONFIG in vectorized_mobject.py 2022-12-15 09:19:05 -08:00
133ac8bb26 Kill CONFIG in mobject.py 2022-12-15 09:18:22 -08:00
53994f0650 Add shorthand for type np.ndarray[int, np.dtype[np.float64]] 2022-12-14 16:17:15 -08:00
a901704b31 Return self in Circle.surround 2022-12-14 14:39:57 -08:00
c8442c404e Refresh triangulation after reversing points 2022-12-14 14:39:49 -08:00
44a7cfa12e Update output types for VMobject.get_family and VMobject.replicate 2022-12-14 11:02:16 -08:00
958002152e Define ManimColor type in constants 2022-12-14 10:55:32 -08:00
15a446977f Added type for ValueTracker 2022-11-18 09:11:59 -08:00
12d4b48508 Make sure animating status propagates through ancestors 2022-11-18 09:11:47 -08:00
a4ffe9b4e5 Allow group_by_rows and group_bg_cols option for creating grids 2022-11-18 09:11:29 -08:00
b6dd640fe7 Add Mobject.reverse_submobjects 2022-11-18 09:10:44 -08:00
83393abb22 Fix bug deleting i from coordinate labels 2022-11-18 09:10:24 -08:00
90e8a397b8 add_axis_labels for ThreeDAxes 2022-11-18 09:09:21 -08:00
6683c9dbca Add get_graph for 3d surfaces off of ThreeDAxes 2022-11-18 09:09:06 -08:00
004b7427f5 Allow bound graphs to track discontinuities 2022-11-18 09:08:30 -08:00
8adf99b8a7 Fix Circle.point_at_angle
https://github.com/3b1b/manim/issues/1875
2022-11-03 16:48:30 -07:00
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
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
8e6265d35e Give set_color_by_gradient more expected behavior
https://github.com/3b1b/manim/issues/1882
2022-11-03 16:17:17 -07:00
faa37844e7 Add unit_tex option for NumberLine.add_numbers 2022-11-03 11:32:25 -07:00
80d34547db Typo fix 2022-11-03 11:32:25 -07:00
ce77f38bf1 Add CoordinateSystem.bind_graph_to_func 2022-11-03 11:32:25 -07:00
88f2ae6d0d Merge branch 'master' of github.com:3b1b/manim into video-work 2022-09-13 14:08:15 -07:00
d2e570eb19 Merge pull request #1862 from widcardw/dev
Add `set_anim_args` to `.animate` method
2022-09-13 12:42:36 -07:00
603a773847 fix: pass args by calling animate that borrowed from CE 2022-09-11 22:59:43 +08:00
2f691355db chore: add doc-string of set_anim_args 2022-09-11 10:31:30 +08:00
a613099b1d feat: add set_anim_args to .animate method 2022-09-11 10:22:08 +08:00
fa1d938af1 chore: Optimize warning info 2022-09-10 23:55:52 +08:00
4a575afdde chore: Remove unused namespace constants 2022-09-07 13:23:02 +08:00
ae115d9992 refactor: Remove expansion of <use> elements 2022-09-07 13:19:08 +08:00
eadf611f1e fix: fix an incorrect typing 2022-08-22 22:05:33 +08:00
4dfe8aff86 refactor: refactor StringMobject 2022-08-22 21:52:48 +08:00
8bd01d60e4 fix: add protect attribute to hash_seed 2022-08-22 17:08:58 +08:00
c2a75e15cc refactor: refactor StringMobject 2022-08-22 16:55:46 +08:00
19c757ec90 refactor: refactor StringMobject 2022-08-20 13:01:59 +08:00
7ffc7b33f7 Refactor StringMobject and relevant classes 2022-08-07 23:57:54 +08:00
28e4240475 Refactor StringMobject and relevant classes 2022-08-07 11:29:31 +08:00
f434eb93e2 Refactor StringMobject and relevant classes 2022-08-07 00:50:29 +08:00
cc81cc5cf5 Move unit normal refreshing to VMobject 2022-07-19 12:37:34 -07:00
af7c58dbe8 Import DEGREES 2022-07-19 12:36:50 -07:00
7c4bb9cbbd Include upper endpoint on graphs 2022-07-19 12:36:24 -07:00
093af347aa Refactor LabelledString and relevant classes 2022-06-11 15:15:39 +08:00
93265c7341 Remove a twice-defined method 2022-05-30 10:19:52 +08:00