Commit graph

825 commits

Author SHA1 Message Date
Grant Sanderson
e24fdda484 Merge branch 'master' of github.com:3b1b/manim 2018-01-18 10:21:43 -08:00
Grant Sanderson
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
Sridhar Ramesh
24a39c7e03 Merge branch 'master' of https://github.com/3b1b/manim 2018-01-17 23:17:53 -08:00
Sridhar Ramesh
2f1454bed4 Incremental WindingNumber progress 2018-01-17 23:17:42 -08:00
Sridhar Ramesh
04c8477ea0 Added a clamp function 2018-01-17 23:17:23 -08:00
Grant Sanderson
1332ec9ed1 Minor cleanups 2018-01-17 22:18:05 -08:00
Grant Sanderson
543d8cb92d Fixed ChangingDecimal bug based on new scene+mobject structure 2018-01-17 22:17:05 -08:00
Grant Sanderson
024a9dd3d4 Removed separate_moving_and_static from scenes in place of cleaner get_moving_mobjects approach 2018-01-17 22:13:38 -08:00
Grant Sanderson
8e747ddc14 Handled trickiness of removing mobjects from scenes 2018-01-17 22:01:20 -08:00
Grant Sanderson
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
Grant Sanderson
dcb28791c4 Merge branch 'master' of github.com:3b1b/manim 2018-01-17 16:04:38 -08:00
Grant Sanderson
f64c076e7e Changed how functions are applied to vectorized mobjects to handle smoothness issues more cleanly 2018-01-17 16:04:07 -08:00
Ben Hambrecht
a236e33e50 working on basel 2018-01-17 15:18:02 -08:00
Grant Sanderson
1b67abd8a9 Tiny rename in camera 2018-01-17 15:13:30 -08:00
Grant Sanderson
96b48388dd Made ORIGIN default center of PointDotMobject 2018-01-17 15:13:09 -08:00
Grant Sanderson
cd2257ad65 Improved Arc, and added Sector 2018-01-17 15:12:39 -08:00
Grant Sanderson
de478a515a Added 2018-01-17 13:41:40 -08:00
Grant Sanderson
46f5e62cd0 Initial progress of DrawFrequencyPlot in fourier.py 2018-01-17 12:19:16 -08:00
Grant Sanderson
c1f7f17151 Behavior of stroke_width for point_cloud mobjects now fills out a bigger block of pixels 2018-01-17 12:18:47 -08:00
Grant Sanderson
83e28f9efb Improved gradient_hightlight of PointCloudMobject 2018-01-17 12:17:58 -08:00
Grant Sanderson
0bf1a9e303 Changed default Mobject.scale behavior to scale about center of mobject. Also added easier functionality for scaling about the mobject's edge. This will very likely break certain functionality in any old projects that expect scale to scale about ORIGIN by default 2018-01-17 09:01:46 -08:00
Grant Sanderson
b837bab25f Finished WrapCosineGraphAroundCircle of Fourier 2018-01-16 22:40:02 -08:00
Grant Sanderson
424b1c9f08 Slight change to example_scene.py 2018-01-16 22:39:43 -08:00
Grant Sanderson
a08e32be94 Tiny changes to mobject.py 2018-01-16 22:38:00 -08:00
Grant Sanderson
7a63de41a7 Merge branch 'master' of github.com:3b1b/manim 2018-01-16 18:42:07 -08:00
Grant Sanderson
72dac6b2c9 Added submobject_to_align and index_of_submobject_to_align to next_to, removing align_using_submobjects boolean 2018-01-16 18:40:26 -08:00
Sridhar Ramesh
39987d6379 Incremental progress on WIndingNumber 2018-01-16 17:48:51 -08:00
Grant Sanderson
d4650a3d50
Merge pull request #68 from 3b1b/MultiCamera
Added MultiCamera and SplitScreenCamera
2018-01-16 16:20:22 -08:00
Sridhar Ramesh
d1df48b71d Added MultiCamera and SplitScreenCamera 2018-01-16 16:09:16 -08:00
Grant Sanderson
d586b7faf2 Changed name ChangingDecimalToValue to ChangeDecimalToValue 2018-01-16 15:51:19 -08:00
Grant Sanderson
c983c08563 Added ChangingDecimalToValue to numerals 2018-01-16 15:49:24 -08:00
Grant Sanderson
330cc0cd95 Moved nn/ to old_projects 2018-01-16 13:15:14 -08:00
Grant Sanderson
50a6581710
Merge pull request #67 from 3b1b/number-line-tick-fix
double drawing of elongated ticks fixed
2018-01-16 12:27:04 -08:00
Ben Hambrecht
9f977fd23e double drawing of elongated ticks fixed 2018-01-16 12:25:50 -08:00
Grant Sanderson
54e1584b3d Began scaffolding for FourierMachineScene in fourier.py 2018-01-16 09:45:43 -08:00
Grant Sanderson
f223ffa772 Added some more functionality to Axes 2018-01-16 09:44:51 -08:00
Grant Sanderson
42b11d284c Added TAU constant 2018-01-16 09:43:05 -08:00
Grant Sanderson
3a2f44fa25 Merge branch 'dither_name_change' 2018-01-15 19:26:37 -08:00
Grant Sanderson
d5cb0b2294 Finally changed dither to wait 2018-01-15 19:22:24 -08:00
Grant Sanderson
86adac1ea9 Tiny changes to example_scene 2018-01-15 19:20:04 -08:00
Grant Sanderson
407d72bb94 Finally changed to 2018-01-15 19:15:05 -08:00
Grant Sanderson
8f895f3bfc Removed requested.txt 2018-01-15 18:55:27 -08:00
Grant Sanderson
1c29a14ce6 Remove ports stuff from Ben's merge 2018-01-15 18:52:25 -08:00
Grant Sanderson
728947a5c6 Merge branch 'master' of github.com:3b1b/manim 2018-01-15 18:50:11 -08:00
Grant Sanderson
0da39a421e A few changes during Fourier project 2018-01-15 18:49:58 -08:00
Grant Sanderson
bb2956dbae Added sox requirement 2018-01-15 18:49:28 -08:00
Ben Hambrecht
0f50eee179 typo changes 2018-01-15 18:27:52 -08:00
Grant Sanderson
2b80c582dd BreakApartSum and UnmixMixedPaint from fourier project 2018-01-15 15:30:15 -08:00
Grant Sanderson
5d9eb8d5a0 Fixed get_merged_array bug 2018-01-15 15:06:01 -08:00
Grant Sanderson
ec1afdbb83 Made it easier to configure axes in Axes mobject 2018-01-15 14:28:57 -08:00