89 Commits

Author SHA1 Message Date
ff53c57d9d Tiny line swap 2019-02-11 22:25:02 -08:00
312e9c460b Add an option to not display zero by default 2019-02-11 22:24:17 -08:00
b2608d7b93 Use null_point_align 2019-02-11 22:24:02 -08:00
1735f16d68 Fixed NumberLine bug 2019-02-11 22:14:00 -08:00
86d3ade0ef Change restore implementation using become 2019-02-11 21:18:08 -08:00
f429f46df8 Got rid of fade_no_recurse idea 2019-02-11 21:15:15 -08:00
b2625b0667 Whoops, left a print statement 2019-02-11 20:55:19 -08:00
9f76063271 Fix some bugs with VMobject.align_points 2019-02-11 20:52:54 -08:00
8877a256f2 Indexing of TexMobject should be no different from other Mobjects 2019-02-11 20:52:22 -08:00
da134f7c0b Changed how align_submojects works, partly to be simply, partly to shift to using null mobjects instead of ocpies 2019-02-11 20:51:57 -08:00
82f0afb4dd Got rid of ContinualUpdate 2019-02-11 15:48:44 -08:00
605ca08e6f Remove CycleAnimation ContinualAnimation, replace with cycle_animation which adds a mobject updater 2019-02-11 14:28:45 -08:00
6c03bb4f1e Get rid of NormalAnimationAsContinualAnimation 2019-02-11 14:08:48 -08:00
1eb8180d3d Get rid of ContinualMovement, replace with always_shift 2019-02-11 13:37:07 -08:00
a73cbb8014 Added always_shift and always_rotate 2019-02-11 13:17:23 -08:00
62c4967f21 Add always function, for mobject updating by a method 2019-02-11 13:04:52 -08:00
94d7a8a663 updating_mobject_from_func -> always_redraw 2019-02-11 12:58:52 -08:00
bac64eddb3 Rename updater.py to mobject_update_utils.py 2019-02-11 12:51:50 -08:00
94b943f544 Removed use of self.__dict__ in DecimalNumber 2019-02-10 10:56:24 -08:00
d742d48d13 Removed unnecessary import 2019-02-10 10:56:08 -08:00
306ee31d44 Fixed car problems. Regular mechanic over here 2019-02-10 10:26:08 -08:00
c1cc1a8b24 If about_edge is None, default to ORIGIN 2019-02-09 15:47:32 -08:00
72a8bd8cc1 Fixed bug with VMobject.align_points 2019-02-09 10:39:34 -08:00
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
84b07bc347 Fixed Polygon.round_corners bug 2019-02-07 22:25:09 -08:00
2449f3a284 Remove Grid 2019-02-07 21:59:32 -08:00
5b5415cc3e Added round_corners method to Polygon 2019-02-07 21:57:40 -08:00
7a488702e4 Changed Rectangle implementation 2019-02-07 21:24:00 -08:00
d489b5df5c Cleaned up Arrow implementation 2019-02-07 21:14:43 -08:00
9265fc3e41 Bug fix to put_start_and_end_on 2019-02-07 21:14:30 -08:00
0a65ee6725 Getting rid of use_rectangular_stem for Arrow 2019-02-07 17:53:11 -08:00
266f44f10e Added VMobject.set_opacity method 2019-02-07 17:47:16 -08:00
9d132ed5e5 Cleaned up implementation of DashedLine 2019-02-07 15:41:54 -08:00
3de8c2f04c Added VMobject.get_subcurve, and cleaned up implementation of DashedVMobject 2019-02-07 15:41:15 -08:00
0dfc5a576b dashed_segment_length -> dash_length 2019-02-07 15:40:26 -08:00
0ecac2bfb4 Factored out Line.get_start and Line.get_end to be more general Mobject methods 2019-02-07 14:52:40 -08:00
5c7f1b15c0 Bug fix for VMobject.pointwise_become_partial 2019-02-07 10:59:56 -08:00
8bb1085051 position_endpoints_on -> put_start_and_end_on 2019-02-07 10:59:28 -08:00
ce2b508e10 Cleaning up Line 2019-02-07 10:59:04 -08:00
fd15cc99a7 Changed how NumberPlane faded_line_style is created 2019-02-07 10:13:12 -08:00
ef7b2919d2 Clean up Sector classes 2019-02-07 10:12:42 -08:00
aa3d9e1a49 Few updates to Arc and Circle 2019-02-07 09:26:18 -08:00
8bfa458091 Small changes to frames.py 2019-02-06 22:43:45 -08:00
e3ee258d91 Replaced merge_config with merge_dicts_recursively 2019-02-06 21:32:42 -08:00
d88c301622 Updating coordinate system mobjects 2019-02-06 21:16:26 -08:00
24d6113bba Get rid of propagate_style_to_family, since it is basically always true 2019-02-06 16:25:03 -08:00
47f6d6ba38 Rewrote ParametricFunction to have less buggy interpolation 2019-02-06 15:18:11 -08:00
16e8a76c6a Whoops! Previous fix had its own bug. Now it's fixed. 2019-02-05 16:22:25 -08:00
30356f3976 Fix edge case for VMobject.get_subpaths_from_points 2019-02-05 16:17:15 -08:00