Commit graph

2255 commits

Author SHA1 Message Date
Grant Sanderson
2cf3d4dbf9
Merge pull request #405 from govindKAG/patch-1
updated the docker file to use fewer layers.
2019-01-18 09:03:17 -08:00
Grant Sanderson
4fa799c4c6
Merge pull request #409 from Jaspi10/master
Fixed a ZeroDivisionError when instantiating Axes
2019-01-18 09:02:09 -08:00
Jasper Homann
f4e3706389 Fixed a ZeroDivisionError when instantiating Axes 2019-01-18 13:38:07 +01:00
Grant Sanderson
3152def8ac
Merge pull request #407 from 3b1b/clacks
Clacks
2019-01-17 14:14:15 -08:00
Grant Sanderson
ff87e2bfbc More clack animations 2019-01-17 14:12:14 -08:00
Grant Sanderson
e2e6fad114 Add Circle.get_point_from_angle, and arc_center config variable for arc 2019-01-17 14:10:52 -08:00
Grant Sanderson
8820d4b339 Make default student the rightmost one 2019-01-17 14:10:17 -08:00
Grant Sanderson
5aa11cf8ad Fixed a problem where in zooming in, stroke widths all grew 2019-01-17 14:09:50 -08:00
Grant Sanderson
66075aa5d2 Added ShowIncreasingSubsets 2019-01-17 14:09:15 -08:00
Grant Sanderson
5d09a892d3
Merge pull request #406 from 3b1b/clacks
Clacks
2019-01-16 11:13:33 -08:00
Grant Sanderson
3226e4a946 Latest clack additions, including two monster scenes 2019-01-16 11:11:11 -08:00
Grant Sanderson
7e0f30614a Added rudimentary sound abilities to scene 2019-01-16 11:10:43 -08:00
Grant Sanderson
6652dc6006 Make it okay to call Mobject.update without a change in time 2019-01-16 11:09:42 -08:00
Grant Sanderson
e63074a72e 2*np.pi -> TAU. Because why not? 2019-01-16 11:09:16 -08:00
Grant Sanderson
8ec9e4d425 Clean up Axes.__init__ slightly 2019-01-16 11:08:54 -08:00
Grant Sanderson
214ba5979b Added --leave_progress_bars option, with the deault being to remove them 2019-01-16 11:08:14 -08:00
Grant Sanderson
1064f80d5b Added ShowCreationThenFadeOut 2019-01-16 11:07:36 -08:00
govind cs
bb1a74ce71
updated the docker file to use fewer layers.
The final image size should be much smaller. You can squish it down a bit more but the difference in size isn't that big.
2019-01-16 15:43:43 +05:30
Grant Sanderson
e5e233262c CircleThenFadeAround -> ShowCreationThenFadeAround 2019-01-15 12:20:43 -08:00
Grant Sanderson
737fe3fde7 Merge branch 'master' of github.com:3b1b/manim into clacks 2019-01-15 12:19:47 -08:00
Grant Sanderson
04d5ad2a9f Further progress on clacks solution 2019-01-15 12:19:34 -08:00
Grant Sanderson
633050c02a Added Scene.wait_until and changed time_progression defaults 2019-01-15 12:19:09 -08:00
Grant Sanderson
236d67456a Removed nargs from several bit of configuration 2019-01-15 12:18:28 -08:00
Grant Sanderson
f3178edff0 Added stop_condition to Scene.wait 2019-01-14 13:26:58 -08:00
Grant Sanderson
c735119367 Began clacks solution animations (just for the recap scenes, so mostly carried over from clacks) 2019-01-12 14:44:26 -08:00
Grant Sanderson
ee52eae965 Changed animation complete message 2019-01-12 14:43:44 -08:00
Grant Sanderson
4ab4736a11 Cleaned up and added some documentation to config.py 2019-01-12 14:42:42 -08:00
Grant Sanderson
c06f7652cf
Merge pull request #400 from 3b1b/clacks
Clacks
2019-01-12 12:32:43 -08:00
Grant Sanderson
50a7f275af Merge branch 'master' of github.com:3b1b/manim into clacks 2019-01-12 12:31:40 -08:00
Grant Sanderson
199a3b82c6 Make it possible to render multiple scenes 2019-01-12 12:31:29 -08:00
Grant Sanderson
4ae38cd9b8 Updates to logo object 2019-01-11 14:24:30 -08:00
Grant Sanderson
f31fcf306c A few added clack animations while editing 2019-01-11 14:24:12 -08:00
Grant Sanderson
7902724567 have get_sorted_integer_files return list 2019-01-11 14:23:39 -08:00
Grant Sanderson
5ea1a37d4c Remove STAGED_SCENES_DIR 2019-01-11 14:23:03 -08:00
Grant Sanderson
ec92af6074 Best to keep the partial video outputs from cluttering things up too much 2019-01-10 17:45:56 -08:00
Grant Sanderson
1eda571000
Merge pull request #398 from 3b1b/clacks
Changed the way Scene write to videos, where it writes each play or w…
2019-01-10 17:30:26 -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
Grant Sanderson
2419fbcc53 Changed the way Scene write to videos, where it writes each play or wait call as a separate file, and later concatenates them together. 2019-01-10 17:06:22 -08:00
Grant Sanderson
cdcdb152f3
Merge pull request #396 from 3b1b/clacks
Clacks
2019-01-09 12:52:59 -08:00
Grant Sanderson
10d64ec74e More clack animations 2019-01-09 12:51:52 -08:00
Grant Sanderson
67ae6bf3a8 Make sure smooth returns values only between 0 and 1 2019-01-09 12:51:41 -08:00
Grant Sanderson
2f6fc82ecb Small fix to DecimalNumber 2019-01-09 12:51:14 -08:00
Grant Sanderson
8e0fae4663 Make Mobject.get_critical_point use get_poitns_defining_boundary 2019-01-09 12:50:37 -08:00
Grant Sanderson
fdce4b422e Merge branch 'master' of github.com:3b1b/manim into clacks 2019-01-09 12:49:57 -08:00
Grant Sanderson
641a429e66 Fixed stage_scenes, which required updating get_scene_output_directory and get_module 2019-01-09 12:49:43 -08:00
Grant Sanderson
5af3b5a835
Merge pull request #395 from vivek3141/master
Adding a newer tutorial by Todd Zimmerman
2019-01-09 11:02:09 -08:00
Vivek Verma
e49c47f4ea
Update README.md 2019-01-09 08:29:03 -08:00
Grant Sanderson
2b2f00c92e
Merge pull request #393 from 3b1b/clacks
Clacks
2019-01-07 13:28:41 -08:00
Grant Sanderson
a1c9e8dbb2 First few animation of clacks, with many variants on the block/wall setup 2019-01-07 13:24:39 -08:00
Grant Sanderson
d98d1ec610 Changed default behavior to have no finishing sound, and instead of passing in --no-sound to prevent the sound, one would pass in --sound to activate it 2019-01-07 13:24:16 -08:00