860 Commits

Author SHA1 Message Date
d8b49f471a Merge pull request #76 from 3b1b/WindingNumber
Winding number
2018-01-19 17:34:39 -08:00
73b1d3bc4a Merge pull request #78 from 3b1b/basel
Corrected get_arc_center()
2018-01-19 17:33:29 -08:00
4f70724f13 Merge pull request #79 from 3b1b/fourier-work
Update extract_scene.py args to better support previewing, showing in…
2018-01-19 17:32:09 -08:00
4e468af656 Update extract_scene.py args to better support previewing, showing in finder, opening output files, etc. 2018-01-19 17:31:31 -08:00
7598f469c0 Corrected get_arc_center() 2018-01-19 17:30:39 -08:00
6e293782ff Incremental progress on WindingNumber (equation solver 2d) 2018-01-19 16:53:05 -08:00
123bae00a6 Further fixes to Succession animations 2018-01-19 16:52:31 -08:00
b7bbc75b98 Merge branch 'master' into basel 2018-01-19 13:31:34 -08:00
66209b0cc2 Merge pull request #77 from 3b1b/fourier-work
Fourier work
2018-01-19 13:30:55 -08:00
4919dbf652 Fixed ContinualUpdateFromFunc issue 2018-01-19 13:30:10 -08:00
7bcde6713d Incremental progress on WindingNumber 2018-01-19 13:03:12 -08:00
d74127bb7f Bug fixes to implementation of Succession animations 2018-01-19 13:02:41 -08:00
22d6d2dba5 Further fourier work 2018-01-19 12:50:05 -08:00
15a832acec Merge pull request #75 from 3b1b/fourier-work
Enable -n command on extract_scene.py to skip to a given animation in a scene
2018-01-18 21:28:29 -08:00
44f9954dbd Enable -n command on extract_scene.py to skip to a given animation in a scene 2018-01-18 21:26:57 -08:00
f77581170d Merge branch 'master' into basel 2018-01-18 18:25:21 -08:00
7e5dcd17d0 Merge pull request #74 from 3b1b/fourier-work
Fourier work
2018-01-18 18:22:52 -08:00
a0b1b8ccf3 Further Fourier progress 2018-01-18 18:20:51 -08:00
eb149bef2e Fixed the bug with negative 0 displaying 2018-01-18 18:20:38 -08:00
0c30d31dff Incremental fourier work 2018-01-18 16:49:50 -08:00
7cbc83df20 Improved how functions are drawn 2018-01-18 16:46:38 -08:00
b0d85e4cbe Merge pull request #73 from 3b1b/fourier-work
Fourier work
2018-01-18 16:24:33 -08:00
00713b7971 Fixed bug associated with continual_animations being removed accidentally 2018-01-18 16:23:31 -08:00
b41e1fc562 Used np.clip in Animation.update 2018-01-18 16:22:57 -08:00
2c03f2fd6f Merge branch 'master' into basel 2018-01-18 15:06:59 -08:00
a9542e0ba3 Progress on Basel problem 2018-01-18 15:06:38 -08:00
ab037dca2e Merge pull request #72 from 3b1b/fourier-work
Fourier work
2018-01-18 15:05:18 -08:00
8e6c90563b Added WiggleOutThenIn to simple_animations 2018-01-18 15:04:05 -08:00
3041f591d2 Further fourier progress 2018-01-18 13:33:48 -08:00
86597e935c Merge pull request #71 from 3b1b/basel
missing self in scene.py
2018-01-18 12:20:02 -08:00
2d34b2e28b Incremental progress on WindingNumber 2018-01-18 11:51:09 -08:00
5ab1ffbe2a missing self 2018-01-18 11:32:27 -08:00
a1d658fb89 Merge pull request #69 from 3b1b/fourier-work
Fourier work
2018-01-18 11:02:35 -08:00
fe309ed343 Fixed how NumberLine leftmost_tick is chosen 2018-01-18 11:01:24 -08:00
5ac1b87494 Further development on FourierMachineScene 2018-01-18 11:00:43 -08:00
e24fdda484 Merge branch 'master' of github.com:3b1b/manim 2018-01-18 10:21:43 -08:00
38a1c654fc Slight bug fix for behavior when scene adds mobject followed by a group containing that mobject 2018-01-18 10:21:28 -08:00
24a39c7e03 Merge branch 'master' of https://github.com/3b1b/manim 2018-01-17 23:17:53 -08:00
2f1454bed4 Incremental WindingNumber progress 2018-01-17 23:17:42 -08:00
04c8477ea0 Added a clamp function 2018-01-17 23:17:23 -08:00
1332ec9ed1 Minor cleanups 2018-01-17 22:18:05 -08:00
543d8cb92d Fixed ChangingDecimal bug based on new scene+mobject structure 2018-01-17 22:17:05 -08:00
024a9dd3d4 Removed separate_moving_and_static from scenes in place of cleaner get_moving_mobjects approach 2018-01-17 22:13:38 -08:00
8e747ddc14 Handled trickiness of removing mobjects from scenes 2018-01-17 22:01:20 -08:00
2ab57bda97 Most of the restructuring for how scenes hold mobjects is done, just need to handle the trickiness of Scene.remove 2018-01-17 21:32:50 -08:00
dcb28791c4 Merge branch 'master' of github.com:3b1b/manim 2018-01-17 16:04:38 -08:00
f64c076e7e Changed how functions are applied to vectorized mobjects to handle smoothness issues more cleanly 2018-01-17 16:04:07 -08:00
a236e33e50 working on basel 2018-01-17 15:18:02 -08:00
1b67abd8a9 Tiny rename in camera 2018-01-17 15:13:30 -08:00
96b48388dd Made ORIGIN default center of PointDotMobject 2018-01-17 15:13:09 -08:00