Commit graph

2207 commits

Author SHA1 Message Date
Grant Sanderson
f6ff226cd4 Remove stray imports 2022-12-17 22:14:20 -08:00
Grant Sanderson
4dec67f9fe Move unused (and slightly absurd) dict-related helper functions to 3b1b/videos/once_useful_constructs 2022-12-17 22:00:37 -08:00
Grant Sanderson
0dab04080e No need to have a get_runtime helper when many other options exist 2022-12-17 21:53:15 -08:00
Grant Sanderson
fd20ead11b Update output type for make_even 2022-12-17 21:51:01 -08:00
Grant Sanderson
3f024175d4 Add check for invalid entries to Mobject.set_points 2022-12-17 19:52:34 -08:00
Grant Sanderson
26ff1a9716 Fix bug associated with GlowDot having None points list 2022-12-17 19:49:04 -08:00
Grant Sanderson
d4a29df99c Remove needless data["points"] reference 2022-12-17 19:48:47 -08:00
Grant Sanderson
75979eb7d1 Add NULL_POINTS constant 2022-12-17 19:48:27 -08:00
Grant Sanderson
365bb12dce Change type hints for set_points and append_points to Vect3Array 2022-12-17 19:31:43 -08:00
Grant Sanderson
0115037c82 Include types in universal imports 2022-12-17 19:31:27 -08:00
Grant Sanderson
38db5ca9b9 Replace handle_play_like_call with pre_play and post_play method 2022-12-17 18:59:05 -08:00
Grant Sanderson
24fd6d890e Tweak type hints for bezier.py 2022-12-17 18:35:26 -08:00
Grant Sanderson
810f2c67ab Make handle_play_like_call a static method 2022-12-17 18:11:38 -08:00
Grant Sanderson
bd537afe72 Remove skip and show_progress options of checkpoint_paste 2022-12-17 18:11:25 -08:00
Grant Sanderson
3e8738de2a Fix output type of VMobject.get_subpaths_from_points 2022-12-17 18:04:55 -08:00
Grant Sanderson
b817e6f15f Tweak type hints in color.py 2022-12-17 17:29:49 -08:00
Grant Sanderson
5b697b3782 Remove stray import 2022-12-17 17:29:39 -08:00
Grant Sanderson
0e558db122 Add a few type hints to specify VMobject family always consists of VMobjects 2022-12-17 17:03:34 -08:00
Grant Sanderson
1f0427d685 Add height as attribute to SVGMobject 2022-12-17 13:17:12 -08:00
Grant Sanderson
534770180d Remove stray import 2022-12-17 13:16:55 -08:00
Grant Sanderson
97f28b34f3 Distinguish Vect3 from Vect3Array types 2022-12-17 13:16:48 -08:00
Grant Sanderson
8db20cc460 Small fix 2022-12-16 20:59:14 -08:00
Grant Sanderson
5625f63ca2 Clean up SVG.__Init__ and fix style issue 2022-12-16 20:59:02 -08:00
Grant Sanderson
cef6506920 Add better types + Small refactors on space_ops 2022-12-16 20:35:45 -08:00
Grant Sanderson
dec11a4b17 Rename np_vector type to Vect3 or Vect4 to make context clearer 2022-12-16 20:35:26 -08:00
Grant Sanderson
43fd5e1aea Move custom type to manimlib.typing 2022-12-16 20:19:18 -08:00
Grant Sanderson
c00af3c1bf Rename config_ops -> dict_ops 2022-12-16 18:59:23 -08:00
Grant Sanderson
ef0999cc09 Rename config_ops -> dict_ops 2022-12-16 15:23:43 -08:00
Grant Sanderson
a4272d11a2 Finish last(?) digest_config vestige 2022-12-16 15:21:31 -08:00
Grant Sanderson
a6db0877de Remove stray imports 2022-12-16 15:21:14 -08:00
Grant Sanderson
2bab16133d Fix textured path bug 2022-12-16 15:04:15 -08:00
Grant Sanderson
d798f5ebf0 Small bug fix 2022-12-16 15:02:42 -08:00
Grant Sanderson
7510c9808e expand type for ParametricFunction function 2022-12-16 15:02:35 -08:00
Grant Sanderson
1a0eff05fa Ensure t_range always has three entries 2022-12-16 15:02:21 -08:00
Grant Sanderson
123f7e5a30 Better default color behavior 2022-12-16 14:48:13 -08:00
Grant Sanderson
15f03dae7b Small fixes to Axes configuration 2022-12-16 14:47:56 -08:00
Grant Sanderson
c6fc8dcf45 Remove stray import 2022-12-16 11:41:49 -08:00
Grant Sanderson
b21f5bad00 Fix small t2c issue 2022-12-16 11:41:42 -08:00
Grant Sanderson
afab37c2d2 Remove stray digest_config references 2022-12-16 11:00:59 -08:00
Grant Sanderson
a1cbff46b8 Remove CONFIG vestiges 2022-12-16 10:54:28 -08:00
Grant Sanderson
ea4a47aeef Kill CONFIG in mtex_mobject.py 2022-12-16 10:54:14 -08:00
Grant Sanderson
9ad370a04b Move all contents of once_useful_constructs out of this repo
And into 3b1b/videos
2022-12-16 10:43:59 -08:00
Grant Sanderson
e4aebaf791 Remove old constructs that were too specific to old 3b1b videos and are not worth fixing
Or rather, move them over to 3b1b/videos repo
2022-12-16 10:26:04 -08:00
Grant Sanderson
0ad2f18ca6 Delete ShowPassingFlashWithThinningStrokeWidth 2022-12-16 10:16:52 -08:00
Grant Sanderson
89770158de Kill CONFIG in vector_field.py 2022-12-16 10:16:13 -08:00
Grant Sanderson
271e2f0865 Kill CONFIG in value_tracker.py 2022-12-16 10:02:12 -08:00
Grant Sanderson
ae52f19a4a Remove stray CONFIG vestiges 2022-12-16 10:02:03 -08:00
Grant Sanderson
c2cf261c81 Kill CONFIG in three_dimensions.py 2022-12-16 09:56:38 -08:00
Grant Sanderson
880aaf913f Change default fill from WHITE to GREY_C 2022-12-16 09:56:29 -08:00
Grant Sanderson
72aaed57d5 Push depth_test into __init__ args 2022-12-16 09:56:17 -08:00