Commit graph

25 commits

Author SHA1 Message Date
Grant Sanderson
5121248c25 Add supporter exception 2019-04-02 13:55:58 -07:00
Grant Sanderson
b9c73fb1a7 Temporary patch to a PiCreatureScene problem 2019-03-30 13:23:44 -07:00
Grant Sanderson
174094254c fixed wait_until for PiCreatureScene 2019-03-20 13:07:26 -07:00
Grant Sanderson
4bd1e6f3a8 Bugfix for PiCreatureScene 2019-03-19 22:28:33 -07:00
Grant Sanderson
4b5b492ba3 Fix change_student_modes 2019-03-16 22:12:49 -07:00
Grant Sanderson
993f7edee9 OldLaggedStart -> LaggedStartMap 2019-02-14 12:06:21 -08:00
Grant Sanderson
03d88bc926 Use Mobject.become instead of Transform.update(1) 2019-02-11 22:23:33 -08:00
Grant Sanderson
1eb8180d3d Get rid of ContinualMovement, replace with always_shift 2019-02-11 13:37:07 -08:00
Grant Sanderson
88b35c45b8 Created fading.py and growing.py to help break up animation.creation.py 2019-02-09 09:08:57 -08:00
Grant Sanderson
707a2f6f63 Get rid of lag_factor 2019-02-08 18:42:40 -08:00
Grant Sanderson
64eb670027 Get rid of lagged_start 2019-02-08 15:53:27 -08:00
Grant Sanderson
13b701ba1b LaggedStart -> OldLaggedStart 2019-02-08 14:49:38 -08:00
Grant Sanderson
1c4ff6a556 update_mobject -> interpolate_mobject for Animation, but not for ContinualAnimation 2019-02-08 11:57:27 -08:00
Grant Sanderson
bf3d9c9b5a clean_up -> clean_up_from_scene 2019-02-08 11:00:04 -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
5ca93b3fe7 Fixed PiCreature pupil handling 2019-02-05 16:17:46 -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
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
Grant Sanderson
96e670b4aa Change to banner defaults 2019-02-03 12:12:49 -08:00
Grant Sanderson
b7f733823f Changed default for TeacherStudentScene.student_says 2019-01-30 11:19:24 -08:00
Grant Sanderson
c0bbe18a60 Added banner scene 2019-01-24 13:43:30 -08:00
Grant Sanderson
8820d4b339 Make default student the rightmost one 2019-01-17 14:10:17 -08:00
Grant Sanderson
8931a88b3f A few fixes to the last commit, making sure different file extensions don't mess with the system 2019-01-10 17:29:16 -08:00
Devin Neal
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00