Commit graph

2644 commits

Author SHA1 Message Date
Grant Sanderson
503ede97af
Merge pull request #418 from 3b1b/scene-file-writer-refactor
Scene file writer refactor
2019-01-24 22:38:37 -08:00
Grant Sanderson
eca8d77f83 Small bug fix for starting_animation_number 2019-01-24 22:32:43 -08:00
Grant Sanderson
a5e25042e2 Note on how sound aspect of BlocksAndWallScene was broken 2019-01-24 22:28:11 -08:00
Grant Sanderson
14cd017cc4 partial_movie_directory -> partial_movie_files 2019-01-24 22:26:18 -08:00
Grant Sanderson
e5e1fa908b Finished SceneFileWriter refactor 2019-01-24 22:24:01 -08:00
Grant Sanderson
8ae0556394 First pass at SceneFileWriter refactor 2019-01-24 21:47:40 -08:00
Grant Sanderson
77f0ca1ad7 Added clacks_names.py animatiosn 2019-01-24 13:45:04 -08:00
Grant Sanderson
561e2c7a21 Changed how partial movie directory is found 2019-01-24 13:44:19 -08:00
Grant Sanderson
c0bbe18a60 Added banner scene 2019-01-24 13:43:30 -08:00
Grant Sanderson
c8dd7de129 Merge branch 'master' of github.com:3b1b/manim into clacks 2019-01-24 13:42:28 -08:00
Grant Sanderson
4359705b97 Final animations for first clacks solution video 2019-01-22 15:41:44 -08:00
Grant Sanderson
118837cac9 Actually, stage scenes should deal in partial movie files by default 2019-01-22 15:41:21 -08:00
Grant Sanderson
c9db4e741c Slight changes to ShowTwoPopulations 2019-01-22 15:40:40 -08:00
Grant Sanderson
acc26fa8e4 Comment to complain about GraphScene and remind myself to re-factor or replace it 2019-01-22 15:40:06 -08:00
Grant Sanderson
10c95a12dc --output_file_name config shouldn't have nargs 2019-01-22 15:39:27 -08:00
Grant Sanderson
a62eb989de Simpler animation config for ShowCreationThenFadeAround 2019-01-22 15:38:25 -08:00
Grant Sanderson
9c9104dcfa Fixed GrowFromPoint 2019-01-22 15:37:36 -08:00
Grant Sanderson
3a16f1b7c4
Merge pull request #412 from 3b1b/clacks
Clacks
2019-01-18 14:15:34 -08:00
Grant Sanderson
748ca4e0f1 Fixed compile from file list issue 2019-01-18 14:15:07 -08:00
Grant Sanderson
fc7d67e25f Fixed negative decimal issue 2019-01-18 14:14:51 -08:00
Grant Sanderson
9ecf113cfd
Merge pull request #410 from 3b1b/clacks
Clacks
2019-01-18 09:14:13 -08:00
Grant Sanderson
4d899b6c97 Leave in partial movie files 2019-01-18 09:11:41 -08:00
Grant Sanderson
8ca535ffea Merge branch 'master' of github.com:3b1b/manim into clacks 2019-01-18 09:07:57 -08:00
Grant Sanderson
5f86fd811f More clacks animations 2019-01-18 09:07:50 -08:00
Grant Sanderson
c4a0e65089 Fixed ZeroDivisionError for Axes. 2019-01-18 09:07:38 -08:00
Grant Sanderson
296456bdf8
Merge pull request #402 from pdcxs/master
The file problem on Windows
2019-01-18 09:06:58 -08:00
Grant Sanderson
bfce8b47cd
Merge branch 'master' into master 2019-01-18 09:06:22 -08:00
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