Commit graph

890 commits

Author SHA1 Message Date
Grant Sanderson
c3cc3e1144 Began FilterOutHighPitch in fourier 2018-01-21 23:32:57 -08:00
Grant Sanderson
5780998115 Changed configuration setup for Broadcast 2018-01-21 23:32:25 -08:00
Grant Sanderson
c7b140a24d Added error message to indicate people should change MEDIA_DIR 2018-01-21 23:31:46 -08:00
Grant Sanderson
dc271530d6 Added more to ShowCommutativeDiagram 2018-01-21 16:44:32 -08:00
Grant Sanderson
5b0b754cae Added match_style_data method 2018-01-21 16:44:07 -08:00
Grant Sanderson
c7eb88cc75 Finished ShowCommutativeDiagram of fourier 2018-01-21 10:45:26 -08:00
Grant Sanderson
f5d3742ff8 Setup position on ShowCommutativeDiagram 2018-01-21 10:10:42 -08:00
Grant Sanderson
e922f4980f Further fourier progress 2018-01-20 19:31:43 -08:00
Grant Sanderson
4acc4c2382 Typo fix 2018-01-20 19:31:25 -08:00
Grant Sanderson
9916e072aa Added matching functions 2018-01-20 19:31:09 -08:00
Grant Sanderson
5a8a746b03 Changed README and example_scenes for updated instructions on usage. 2018-01-20 15:29:50 -08:00
Grant Sanderson
aef961ca0a Further incremental fourier work 2018-01-20 13:44:28 -08:00
Grant Sanderson
5f3c774952 Fixed bug with how Brace gets created 2018-01-20 13:44:14 -08:00
Grant Sanderson
925e103968 Merge branch 'master' into fourier-work 2018-01-20 13:20:07 -08:00
Grant Sanderson
9be177f478 More Fourier progress 2018-01-20 13:19:43 -08:00
Grant Sanderson
d840ca76c0 Merge branch 'master' of github.com:3b1b/manim 2018-01-20 13:18:13 -08:00
Grant Sanderson
c60af413a5
Merge pull request #82 from 3b1b/changes-implementation-of-basic-mobject-functions
Changes implementation of basic mobject functions
2018-01-20 13:15:23 -08:00
Grant Sanderson
c5b0e26090 Addressed places which depended on rotate being about the origin 2018-01-20 13:14:17 -08:00
Grant Sanderson
37d051c6b1 Merge branch 'changes-implementation-of-basic-mobject-functions' 2018-01-20 11:45:58 -08:00
Grant Sanderson
1ffbc77eda Bug fix to ApplyMethod treatment of method kwargs 2018-01-20 11:45:47 -08:00
Grant Sanderson
7268fc2d58
Merge pull request #81 from 3b1b/changes-implementation-of-basic-mobject-functions
Updated the scale_to_fit Mobject methods based on new about_point and…
2018-01-20 11:34:03 -08:00
Grant Sanderson
7c9f5ca711 Updated the scale_to_fit Mobject methods based on new about_point and about_edge convention 2018-01-20 11:33:09 -08:00
Grant Sanderson
999a57a90b
Merge pull request #80 from 3b1b/changes-implementation-of-basic-mobject-functions
Changes implementation of basic mobject functions
2018-01-20 11:21:20 -08:00
Grant Sanderson
d07efc6cb5 When calling Scene.play on a method followed by its args, if you end the list with a dict, it will interpret it as the kwargs of the method. 2018-01-20 11:19:12 -08:00
Grant Sanderson
fcd1e7d6a5 A few small fixes to new about_point behavior 2018-01-20 11:18:43 -08:00
Grant Sanderson
48dad34f95 Editing ApplyMethod so that if the last arg is a dict, it's treated as kwargs for the method 2018-01-20 11:00:23 -08:00
Grant Sanderson
850b6f9e88 Initial edits to make main movement methods take in about_point and about_edge kwargs 2018-01-20 10:56:52 -08:00
Grant Sanderson
e6df91d03e Small bug fix to foreground mobject behavior during an animation 2018-01-19 18:57:52 -08:00
Grant Sanderson
78b660bb92 Fixed bug with creating image directories 2018-01-19 18:46:23 -08:00
Grant Sanderson
a28d13fc3e Finished DrawFrequencyPlot of Fourier 2018-01-19 18:35:58 -08:00
Grant Sanderson
d8b49f471a
Merge pull request #76 from 3b1b/WindingNumber
Winding number
2018-01-19 17:34:39 -08:00
Grant Sanderson
73b1d3bc4a
Merge pull request #78 from 3b1b/basel
Corrected get_arc_center()
2018-01-19 17:33:29 -08:00
Grant Sanderson
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
Grant Sanderson
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
Ben Hambrecht
7598f469c0 Corrected get_arc_center() 2018-01-19 17:30:39 -08:00
Sridhar Ramesh
6e293782ff Incremental progress on WindingNumber (equation solver 2d) 2018-01-19 16:53:05 -08:00
Sridhar Ramesh
123bae00a6 Further fixes to Succession animations 2018-01-19 16:52:31 -08:00
Ben Hambrecht
b7bbc75b98 Merge branch 'master' into basel 2018-01-19 13:31:34 -08:00
Grant Sanderson
66209b0cc2
Merge pull request #77 from 3b1b/fourier-work
Fourier work
2018-01-19 13:30:55 -08:00
Grant Sanderson
4919dbf652 Fixed ContinualUpdateFromFunc issue 2018-01-19 13:30:10 -08:00
Sridhar Ramesh
7bcde6713d Incremental progress on WindingNumber 2018-01-19 13:03:12 -08:00
Sridhar Ramesh
d74127bb7f Bug fixes to implementation of Succession animations 2018-01-19 13:02:41 -08:00
Grant Sanderson
22d6d2dba5 Further fourier work 2018-01-19 12:50:05 -08:00
Grant Sanderson
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
Grant Sanderson
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
Ben Hambrecht
f77581170d Merge branch 'master' into basel 2018-01-18 18:25:21 -08:00
Grant Sanderson
7e5dcd17d0
Merge pull request #74 from 3b1b/fourier-work
Fourier work
2018-01-18 18:22:52 -08:00
Grant Sanderson
a0b1b8ccf3 Further Fourier progress 2018-01-18 18:20:51 -08:00
Grant Sanderson
eb149bef2e Fixed the bug with negative 0 displaying 2018-01-18 18:20:38 -08:00
Grant Sanderson
0c30d31dff Incremental fourier work 2018-01-18 16:49:50 -08:00