349 Commits

Author SHA1 Message Date
fb5f1517a9 Added substrings_to_isolate to TexMobject configuration 2018-05-05 20:16:20 -07:00
9bcd8de865 Small cleanup on TexMobject 2018-05-05 19:49:25 -07:00
d6fba3576c Refactor of TexMobject to separate out SingleStringTexMobject. Should improve TexMobject transform animations 2018-05-05 19:41:08 -07:00
51129b51ba TeXMobject convenience subclass 2018-05-02 17:17:34 +02:00
055fc1536c Merge branch 'master' into eop 2018-05-02 11:10:12 +02:00
85808eb905 bug in debugging method 2018-05-02 11:09:53 +02:00
24276ff1f5 Merge branch 'master' into eop 2018-04-30 15:48:45 +02:00
8491e4b860 Small fix to det_text scaling 2018-04-29 18:03:09 -07:00
9dbf4e4b89 Added add_background_rectangle to Matrix 2018-04-27 13:50:08 -07:00
5f7810db83 fixed unit color bug 2018-04-27 18:28:49 +02:00
88f705c335 Background rectangle for Matrix 2018-04-26 21:26:22 -07:00
0da1abc689 add_background_rectangles -> add_background_rectangles_to_entries 2018-04-26 17:11:00 -07:00
0e8ddbd134 Changed some matrix defaults 2018-04-25 17:27:43 -07:00
06535df542 Upated Matrix mobject 2018-04-24 16:06:14 -07:00
8127d9482b End of Wallis project 2018-04-20 14:35:33 -07:00
76e0f9019e Tiny bug fix to Laptop 2018-04-18 00:13:11 -07:00
856c759297 Fixed BackgroundRectangle color behavior 2018-04-16 14:18:00 -07:00
cf41cb8917 Tiny formating change 2018-04-16 14:17:34 -07:00
bb0595e3e7 Small bug-fix to DashedLine to ensure get_end works right 2018-04-16 14:17:10 -07:00
a9b76ebcfa Bug fix and PEP8 on svg_mobject.py 2018-04-12 21:56:28 -07:00
515257e0b1 Bug fix for length 0 Dashed line 2018-04-12 21:56:00 -07:00
909e67f1d1 Merge branch 'master' of github.com:3b1b/manim into wallis-g 2018-04-12 15:12:07 -07:00
ca8135a90f new class RoundedRectangle and SVG support for it 2018-04-12 23:19:09 +02:00
cf5d461aa6 working fixing SVG import issue (preprocessing fill and stroke) 2018-04-12 18:33:16 +02:00
3798e45501 added TexMobject.add_background_rectangle_to_parts 2018-04-11 17:14:02 -07:00
b1887dc3f9 Removed specialized insert_n_anchor_points for Line 2018-04-11 17:13:39 -07:00
1a186dca3b Made coordinate_labels an attribute of ComplexPlane 2018-04-11 17:12:45 -07:00
b16a29a7a3 Merge branch 'master' into eop 2018-04-11 21:45:02 +02:00
1eaa035a10 Merge pull request #204 from 3b1b/eop
various improvements
2018-04-11 12:11:53 -07:00
43faec638e fix for copy bug (again) 2018-04-11 17:01:01 +02:00
6e1dd54aeb Added assertion that apply_points_function_about_point does not receive None for both the about_point and about_edge 2018-04-10 19:47:04 -07:00
9e2ce6ea62 Merge branch 'master' into eop 2018-04-10 09:26:40 +02:00
39ba60c452 Small stylistic fixes to mobject.py 2018-04-09 13:47:46 -07:00
0231820ab4 Merge branch 'master' into eop 2018-04-09 14:21:37 +02:00
d4392de600 Changed all files to (mostly) conform to PEP8 2018-04-06 13:58:59 -07:00
73433823ce Changed several files to conform to PEP8 2018-04-06 13:08:57 -07:00
18bac2e186 fixed typo 2018-04-05 22:53:52 +02:00
ef9399f720 Merge branch 'master' into simple-improvements 2018-04-01 11:08:24 -07:00
01ef5fc2c7 Several import fixes 2018-04-01 10:51:54 -07:00
ca7930740b Factored probability and three_d constructs out of topics/ 2018-04-01 10:45:41 -07:00
c82417e008 Moved moved matrix.py to mobject, and pulled out MatrixMultiplicationScene 2018-04-01 10:21:42 -07:00
b37f212349 Moved topics/functions.py to mobject/, and moved topics/graph_scene.py to scene 2018-03-31 19:05:53 -07:00
78e37b0f7c moved number_line.py to mobject/ 2018-03-31 19:00:26 -07:00
267bfd52dd Refactor topics/numerals into various numbers.py files in mobject/, animation/, and continual_animation/ 2018-03-31 18:49:28 -07:00
a61f5b044f Added coordinate_systems.py in mobject/ to house Axes, NumberPlane, ComplexPlane 2018-03-31 18:31:56 -07:00
16dde2f84d Created for_3b1b_videos folder.
This is meant to separate things specific to 3b1b, like pi_creatures and certain other specific scenes, from the remainder of the library
2018-03-31 18:13:16 -07:00
fc3dc64805 Refactor many definitions out of topics and into folders within mobject 2018-03-31 18:05:02 -07:00
846bd1065c Reorganized continual_animation folder 2018-03-31 15:37:23 -07:00
0978984541 Reorganized animations folder. Warning: While I tried to be systematic, there is a decent chance this will cause import errors somewhere. 2018-03-31 15:11:35 -07:00
6451f09bd5 Refactored helpers.py into a folder of various util files, take 3 2018-03-30 18:47:57 -07:00