204 Commits

Author SHA1 Message Date
8f73a652ab Begin incorporating div_curl vector field functionality into the main library 2019-03-17 06:42:49 -07:00
646f733f3f Small animations for a talk 2019-03-16 22:14:36 -07:00
37164a640e Tiny bug fix to old_projects/clacks/question.py 2019-02-16 12:49:51 -08: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
89824e3d52 continual_update -> update_mobjects 2019-02-15 20:05:45 -08:00
993f7edee9 OldLaggedStart -> LaggedStartMap 2019-02-14 12:06:21 -08:00
ccd11b7fcc Formatting fix 2019-02-11 17:07:11 -08:00
112c76582e Fixed formatting error 2019-02-11 16:16:51 -08:00
cc4256d847 Fixed formatting issue 2019-02-11 16:11:44 -08:00
82f0afb4dd Got rid of ContinualUpdate 2019-02-11 15:48:44 -08:00
52d4eb2e9e Get rid of ContinualUpdate and ContinualUpdateFromTimeFunc 2019-02-11 15:09:28 -08:00
fd6a6482f9 Get rid of ContinuallyChangingDecimal 2019-02-11 15:01:38 -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
04b4c1dad8 Get rid of ContinualRotation 2019-02-11 13:22:22 -08:00
94d7a8a663 updating_mobject_from_func -> always_redraw 2019-02-11 12:58:52 -08:00
10850c5af6 FadeInAndShiftFromDirection -> FadeInFrom 2019-02-09 09:36:37 -08:00
707a2f6f63 Get rid of lag_factor 2019-02-08 18:42:40 -08:00
64eb670027 Get rid of lagged_start 2019-02-08 15:53:27 -08:00
cf92cd161e Get rid of all_at_once 2019-02-08 15:49:06 -08:00
f9010f3421 Get rid of one_at_a_time 2019-02-08 15:44:58 -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
bf3d9c9b5a clean_up -> clean_up_from_scene 2019-02-08 11:00:04 -08:00
14550105d4 Get rid of max_stem_width_to_tip_width_ratio 2019-02-07 21:14:03 -08:00
0a65ee6725 Getting rid of use_rectangular_stem for Arrow 2019-02-07 17:53:11 -08:00
2dfd6f72f4 dashed_segment_length -> dash_length 2019-02-07 15:39:45 -08:00
8bb1085051 position_endpoints_on -> put_start_and_end_on 2019-02-07 10:59:28 -08:00
aa3d9e1a49 Few updates to Arc and Circle 2019-02-07 09:26:18 -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
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
2730c1036b Removed VMobject.change_anchor_mode 2019-02-05 15:24:30 -08:00
1f46904f9b Remove add_control_points, re-implement VMobject.align_points 2019-02-05 13:12:55 -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
eb0c63606d sort_submobject -> sort and shuffle_submobjects -> shuffle 2019-02-04 15:02:32 -08:00
20f25615a6 arrange_submobjects -> arrange 2019-02-04 14:54:25 -08:00
b70e0a0c75 Small changes to retired clacks project 2019-02-04 10:32:24 -08:00
e5861fb3d7 Retire clacks to old_projects 2019-02-03 12:16:57 -08:00
900e6ac837 Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene 2019-01-25 10:13:17 -08:00
c9db4e741c Slight changes to ShowTwoPopulations 2019-01-22 15:40:40 -08:00
e5e233262c CircleThenFadeAround -> ShowCreationThenFadeAround 2019-01-15 12:20:43 -08:00
cf958684e8 Moved uncertainty Flash animation into indication, and cleaned up for more general use 2019-01-05 11:08:08 -08:00
47d8caa80e Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py

* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command

* Fix typo
2018-12-29 09:27:03 -08:00
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
9db4faf179 Merge branch 'master' of github.com:3b1b/manim into shadows 2018-12-26 11:42:05 -08:00