117 Commits

Author SHA1 Message Date
729dae1376 Fix triangulation issue for polygons with many holes 2021-02-02 15:35:03 -08:00
5fb06e77b5 Don't save triangulations to file, as this introduces unwanted errors 2021-01-30 22:51:15 -08:00
3c0f8abe5f Only display writing message when a new tex file is actually being written 2021-01-30 22:12:44 -08:00
53cfbacab4 Improve how brace sets its width 2021-01-30 22:11:48 -08:00
b353c4f21c Change comment 2021-01-30 17:51:14 -08:00
baab9ddf02 Included fix for Text(%), though the underlying bug for rending these persists. 2021-01-28 12:01:49 -08:00
e218105f73 Merge custom defaults recursively rather than overriding manim's with the local one 2021-01-18 10:58:33 -08:00
f91c81dd6a Rename TexMobject -> Tex and TextMobject -> TexText 2021-01-18 08:20:14 -10:00
68a8114d7a Remove unused Rectangle import 2021-01-18 08:13:18 -10:00
453ccc2765 remove unnecessary comment 2021-01-16 10:23:11 +08:00
3d118a5bb6 change the method of reset submobjects 2021-01-16 10:20:41 +08:00
7f27e926f2 replace single quotes with double quotes 2021-01-16 09:37:54 +08:00
5f6b653803 improve Text's handling of non-display characters 2021-01-16 09:35:13 +08:00
b423a423b5 Make customization more accessible 2021-01-15 10:16:37 -10:00
7c04edcced improve Text's size 2021-01-15 23:39:24 +08:00
f696ba4100 add an example for Text 2021-01-15 21:11:17 +08:00
1d1706039e remove an unnecessary import 2021-01-15 20:25:17 +08:00
79b8136330 fix Text in shaders 2021-01-15 20:21:17 +08:00
d65a915e7b Initialize colors properly with new TexMobject structure 2021-01-13 08:18:24 -10:00
bf3571c103 Have DecimalMobject look to the same cache that TexMobjects do 2021-01-13 00:24:40 -10:00
6537258f24 Cache already computed TexMobjects 2021-01-13 00:11:27 -10:00
ad60b903d0 Allow configuration of VMobjectFromSVGPathstring from SVGMobject 2021-01-13 00:09:36 -10:00
ddfc3a6567 Replace lingering .points references 2021-01-12 07:27:32 -10:00
d1b888958b Save triangulation along with points 2021-01-11 16:37:01 -10:00
9314dfd933 Reframe Mobject, VMobject and SurfaceMobject with a data map 2021-01-11 10:57:23 -10:00
b3335c65fb Partial progress 2021-01-10 18:51:47 -08:00
7db1f7786a Remove unused import 2021-01-07 16:37:35 -08:00
5eee39803f Rename get_tex_string -> get_tex 2021-01-07 12:14:51 -08:00
9122aa2419 Cleaned up TexMobject.break_up_tex_strings 2021-01-07 12:07:27 -08:00
007680a183 Rename substrings_to_isolate to simply isolate, and fix a bug associated with rendering sqrt{ 2021-01-07 11:50:15 -08:00
4a19c48667 strip tex strings so that they're easier to match 2021-01-06 16:14:16 -08:00
5b454a3ff7 Remove rotate_in_place and scale_in_place methods, as they had the same functionality as rotate and scale 2021-01-05 22:05:15 -08:00
06f0374143 Fix typo bug and change default alignment for text 2021-01-05 22:04:16 -08:00
92386f4e20 Cleanup how tex_strings are handled, introducing the ability to simply surround substrings of the input with {{ and }} in order to make sure they are separated 2021-01-05 18:02:32 -08:00
2cdebeda29 Add slice_by_tex method 2021-01-04 16:01:04 -08:00
b22f1ab715 Remove reference to FILE_DIR 2021-01-03 17:25:37 -08:00
3b26a6c260 Clean up colors, e.g. replacing LIGHT_GREY and DARK_GREY with GREY_B and GREY_D 2021-01-02 22:44:53 -08:00
7b3f4d08f5 Replace the progress bar with a simple display of what's being written which then gets deleted 2021-01-02 21:32:48 -08:00
d2518df82c Add deprication warning 2021-01-02 21:32:07 -08:00
592432611b Remove all configuration from constants.py, and clean up the many files affected by this move 2021-01-02 20:47:51 -08:00
915b7ea3ad Removed some drawings specific to 3b1b videos 2021-01-01 20:20:48 -08:00
5a238f1551 Removed Logo from drawings 2021-01-01 20:12:02 -08:00
3a1f07492c Moved 3b1b specific content out of this project 2020-12-31 13:04:13 -08:00
1237ecc8f0 More percent sign exceptions 2020-12-17 15:59:14 -08:00
af0948ea15 Address percent bug a better way, but still witha patch that shouldn't be permanent 2020-12-04 08:25:23 -08:00
26834178e7 Bug fix to Bubble 2020-08-16 09:45:48 -07:00
33d4dd7729 Fix svg polygon command 2020-08-12 13:24:16 -07:00
0c37d91af3 This is just a temporary hack, but percent signs don't behave well atm 2020-08-12 13:23:54 -07:00
9a2b2ecd9e Small repositioning 2020-06-26 21:53:26 -07:00
9d03f40be2 Keep tex mobject from calling itself twice 2020-06-26 21:53:06 -07:00