Commit graph

1246 commits

Author SHA1 Message Date
Grant Sanderson
8bfa458091 Small changes to frames.py 2019-02-06 22:43:45 -08:00
Grant Sanderson
e3ee258d91 Replaced merge_config with merge_dicts_recursively 2019-02-06 21:32:42 -08:00
Grant Sanderson
d88c301622 Updating coordinate system mobjects 2019-02-06 21:16:26 -08:00
Grant Sanderson
24d6113bba Get rid of propagate_style_to_family, since it is basically always true 2019-02-06 16:25:03 -08:00
Grant Sanderson
47f6d6ba38 Rewrote ParametricFunction to have less buggy interpolation 2019-02-06 15:18:11 -08:00
Grant Sanderson
16e8a76c6a Whoops! Previous fix had its own bug. Now it's fixed. 2019-02-05 16:22:25 -08:00
Grant Sanderson
30356f3976 Fix edge case for VMobject.get_subpaths_from_points 2019-02-05 16:17:15 -08:00
Grant Sanderson
05bd710ebb Fixed error with how ScreenRectangle inherited from Rectangle 2019-02-05 16:16:18 -08:00
Grant Sanderson
b7cf5e82e3 rate_func can no longer be None, must be a function. Use 'linear' instead of None 2019-02-05 15:39:58 -08:00
Grant Sanderson
dcb7dc8a1d Coninuation of VMobject restructuring 2019-02-05 15:25:59 -08:00
Grant Sanderson
272c5f4deb Remove VMobject.add_control_points 2019-02-05 15:25:15 -08:00
Grant Sanderson
d695e2cc0b Made Rectangle a Polygon 2019-02-05 15:24:51 -08:00
Grant Sanderson
1f46904f9b Remove add_control_points, re-implement VMobject.align_points 2019-02-05 13:12:55 -08:00
Grant Sanderson
eaf25ff34b Changing the way VMobject handles its internal bezier curves so as to eliminate the need for sup_paths 2019-02-05 11:02:15 -08:00
Grant Sanderson
eb0c63606d sort_submobject -> sort and shuffle_submobjects -> shuffle 2019-02-04 15:02:32 -08:00
Grant Sanderson
8f556ffb89 print_submobject_family -> print_family 2019-02-04 14:58:15 -08:00
Grant Sanderson
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
Grant Sanderson
9619ebfd61 Fix ThreeDAxes bug 2019-02-04 14:12:49 -08:00
Grant Sanderson
33b7371eb1 sheen -> sheen_factor 2019-02-03 12:12:26 -08:00
Grant Sanderson
b5c60ecd0a Small changes to Mobject.upate 2019-02-03 12:11:56 -08:00
Grant Sanderson
0212fa27e7 Remove commented out old implementation of put_start_and_end_on 2019-02-03 12:10:55 -08:00
Grant Sanderson
4b15079318 Mobject should update when Mobject.resume_updating is called 2019-01-30 11:19:58 -08:00
Grant Sanderson
a409fd6fe5 Suspend mobject updating during animations 2019-01-29 14:40:44 -08:00
Grant Sanderson
a72b769c0f Made 0 a default value for DecimalNumber 2019-01-29 14:22:23 -08:00
Grant Sanderson
9bb3b8f4bf Changed the way Mobject updaters are checked to be dependent on time 2019-01-29 14:21:56 -08:00
Grant Sanderson
fc7d67e25f Fixed negative decimal issue 2019-01-18 14:14:51 -08:00
Grant Sanderson
c4a0e65089 Fixed ZeroDivisionError for Axes. 2019-01-18 09:07:38 -08:00
Grant Sanderson
ff87e2bfbc More clack animations 2019-01-17 14:12:14 -08:00
Grant Sanderson
e2e6fad114 Add Circle.get_point_from_angle, and arc_center config variable for arc 2019-01-17 14:10:52 -08:00
Grant Sanderson
6652dc6006 Make it okay to call Mobject.update without a change in time 2019-01-16 11:09:42 -08:00
Grant Sanderson
e63074a72e 2*np.pi -> TAU. Because why not? 2019-01-16 11:09:16 -08:00
Grant Sanderson
8ec9e4d425 Clean up Axes.__init__ slightly 2019-01-16 11:08:54 -08:00
Grant Sanderson
4ae38cd9b8 Updates to logo object 2019-01-11 14:24:30 -08:00
Grant Sanderson
2f6fc82ecb Small fix to DecimalNumber 2019-01-09 12:51:14 -08:00
Grant Sanderson
8e0fae4663 Make Mobject.get_critical_point use get_poitns_defining_boundary 2019-01-09 12:50:37 -08:00
Grant Sanderson
d222c8aa14 Add increment function to Integer 2019-01-04 14:14:15 -08:00
Grant Sanderson
3649547862 Small fix to Mobject.fade_to 2019-01-04 14:13:52 -08:00
Grant Sanderson
6c78110e0f Changed default TexMobject.background_stroke_width to something less ugly in general 2019-01-04 12:47:26 -08:00
Grant Sanderson
ba88104177 Added set_style, get_style, and improved match_stlye 2019-01-04 11:50:06 -08:00
Liu Zichen
87884c0054
small typo corrected 2018-12-28 20:22:38 +08:00
Devin Neal
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
lkevinzc
854ed3038e
Update mobject.py 2018-12-27 19:12:52 +08:00
Devin Neal
3488d11be3 Merge branch 'package_refactor' of https://github.com/3b1b/manim into package_refactor 2018-12-26 21:41:31 -08:00
Devin Neal
06f4586140 remove bad import 2018-12-26 21:29:04 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Devin Neal
86bb2110d6 move library code into manimlib, replace relative imports with absolute imports 2018-12-24 12:37:51 -08:00