24 Commits

Author SHA1 Message Date
db1a89db79 create manimlib.imports 2019-05-02 20:36:14 -07:00
b2c7e83843 Removed ContinualAnimation, reimplemented some of its occurances in the old_projects, added warnings for the rest 2019-02-16 12:46:54 -08:00
993f7edee9 OldLaggedStart -> LaggedStartMap 2019-02-14 12:06:21 -08:00
fd6a6482f9 Get rid of ContinuallyChangingDecimal 2019-02-11 15:01:38 -08:00
13b701ba1b LaggedStart -> OldLaggedStart 2019-02-08 14:49:38 -08:00
bf738b70d7 update_submobject -> interpolate_submobject 2019-02-08 12:00:51 -08:00
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
2dfd6f72f4 dashed_segment_length -> dash_length 2019-02-07 15:39:45 -08:00
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
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
69207369f2 Random fixes to some old_projects 2018-08-11 23:34:34 -07:00
858051a806 After running 2to3 2018-08-09 17:56:05 -07:00
151a270913 Modernize Python 2 for Python 3 2018-07-11 11:38:59 -07:00
47ea8082d1 Remove clamp function, redundant with np.clip 2018-06-07 11:50:25 -07:00
13d7228918 Revert "Merge branch 'master' of github.com:3b1b/manim into alt-calc"
This reverts commit 17a1ea6db500eddfdec75cc727b70737d892e961, reversing
changes made to c8c6e6d9ba77d42c8d50d8187ca2b0427da0079c.
2018-05-21 12:11:46 -07:00
b2b66947db reverted to earlier version 2018-05-16 21:17:14 +02:00
ecd48d885e Start tracking pixel_height and pixel_width instead of pixel_shape, since all uses of it involved unpacking anyway, and the ordering makes it harder to read and edit. 2018-05-14 13:52:44 -07:00
fd002c13e6 renamed num_decimal_points -> num_decimal_places 2018-05-09 18:21:25 +02:00
d32682ef95 Revert "revert to earlier version"
This reverts commit 646e1856e8b955b29287973ec9af14bcdc1b39e0.
2018-04-03 20:16:57 +02:00
646e1856e8 revert to earlier version 2018-04-03 20:16:31 +02:00
2e5dbf2427 added big_ol_pile_of_manim_imports.py (see the comment at the head of that file 2018-03-30 12:56:29 -07:00
e168bfe5ba Rename SPACE_X_RADIUS to FRAME_X_RADIUS, and added constant FRAME_WIDTH (likewise for all y-coordinate information) 2018-03-30 11:25:37 -07:00
55786e443d Renamed SPACE_WIDTH and SPACE_HEIGHT to SPACE_X_RADIUS and SPACE_Y_RADIUS to be less confusing 2018-03-30 11:03:14 -07:00
033df087ac Retiring Winding numbers to old_projects 2018-03-26 11:00:55 -07:00