0ac7b420f2
End of windmill project
2019-08-27 19:02:04 -07:00
c7e6d9d474
Merge pull request #611 from 3b1b/diffyq
...
Diffyq
2019-07-24 20:38:48 -07:00
61bb4944fa
Remove borken save_as_gif lines
2019-07-24 20:36:44 -07:00
3cee3de94f
Update extract_scene.py
2019-07-24 18:01:12 -05:00
71b71f2d65
Solution of text rendering problem ( #628 )
...
Prevent unwanted space added between TextMobjects
2019-07-20 14:13:23 -07:00
985ef4518f
Bug fix
2019-07-03 11:07:55 -07:00
096f033954
Moved VIDEO_DIR initializations to after MEDIA_DIR
2019-07-01 12:51:48 -07:00
92f4c0c001
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-06-29 15:21:00 -07:00
34e343ec66
Changed endscreen default columns
2019-06-29 15:20:00 -07:00
aec56c63be
Added LIGHT_PINK
2019-06-29 15:19:43 -07:00
a3c1640fb7
NumberLine.default_numbers_to_display was not showing topmost number it should have
2019-06-25 09:03:33 -07:00
0a695dd442
Changed Arrow default
2019-06-25 09:02:56 -07:00
f3048eb574
Fixed bug with Bubble
2019-06-23 16:26:05 -07:00
48f38b8940
Line.put_start_and_end_on should return self
2019-06-23 16:25:48 -07:00
a535c6917e
Added p2n and n2p abreviations for ComplexPlane
2019-06-23 16:25:22 -07:00
3ec231f0ca
add video_output_dir flag
2019-06-21 22:52:16 -07:00
a9baae4e98
Fixed(?) eye-tracking for PiCreatureScene
2019-06-20 20:23:48 -07:00
40e44e6dd7
Parametric surface should remember what function created it
2019-06-20 13:26:22 -07:00
7d596d0840
Merge pull request #606 from 3b1b/diffyq
...
Diffyq
2019-06-19 16:14:56 -07:00
2294cdea4f
Allow Bubble to flip over any axis, which was unnecessarily restricted before
2019-06-19 16:08:14 -07:00
8ce13875a3
Added Line.set_length
2019-06-19 16:07:22 -07:00
7ac990119a
frame_center was getting double-added, messing up MovingCameraScene
2019-06-19 16:07:07 -07:00
e72390bfc4
Update tex_file_writing.py
2019-06-17 15:40:03 -04:00
6c2e7f4c2c
interpolate_mobject should return self
2019-06-15 12:22:21 -07:00
08eee147b3
Added TangentLine
2019-06-15 12:21:29 -07:00
2cbe19af7c
Bug fix for the case when the media_dir has spaces
2019-06-13 16:15:43 -07:00
2ccf83c0aa
Change output folder heirarchy back to grouping files of similar types, rather grouping them as parts of the same scene
2019-06-13 16:15:02 -07:00
cfbbff1bdf
Default color of Vector should be white
2019-06-13 16:14:03 -07:00
f10baa3fcd
Change default media output directory to from 'video' to 'videos'
2019-06-13 16:13:42 -07:00
cc08c090d1
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-06-13 09:29:57 -07:00
542ddb9afd
Make sure set_opacity changes background stroke as well
2019-06-13 09:26:34 -07:00
6214ea7a01
Added TracedPath
2019-06-13 09:26:03 -07:00
3b42f1f709
Added int_func to SHowIncreasingSubsets
2019-06-13 09:25:14 -07:00
41539387a5
Documentation for TipableVMobject
...
Add an overview of TipableVMobject's functionality and a few comments, as well as grouping some methods by functionality (roughly).
2019-06-10 03:36:16 +08:00
f81c275631
make media, tex, and video directories configurable via flags
2019-06-04 20:51:18 -07:00
caa4577cd1
reorganize media file tree
2019-06-03 23:41:05 -07:00
ed24541de6
update dockerfile, add flag for high quality rendering ( #573 )
...
Allow rendering in 1080p by passing `--high_quality` and update the Dockerfile and Compose file to install Manim directly into the container.
2019-06-02 18:58:33 -07:00
c42ae8a55b
add option -i to save as gif ( #529 )
...
* add option -i to save as gif
* re-add -c command
* No longer needs to save mp4 first
2019-06-02 12:13:22 -07:00
20590e6823
Remove duplicate usepackage ( #554 )
...
The textcomp package was imported twice in the ctex template
2019-05-29 20:25:51 -07:00
5dcb113996
Moving the frame_center of camera was not working. This fixes it, but I suspect there is a need for a deeper fix where everything is handled in transform_points_pre_display properly for the various camera classes
2019-05-29 18:28:28 -07:00
29424eb6b3
Added simple midpoint function
2019-05-27 19:48:33 -07:00
d1e3e5ed20
Formatting correction
2019-05-27 19:48:14 -07:00
828c3dcd7a
Added c2p and p2c abbreviations to Axes
2019-05-27 19:47:57 -07:00
6e6dd260da
Merge branch 'master' of github.com:3b1b/manim into diffyq
2019-05-24 15:06:59 -07:00
bf8f517b49
Changed SceneFileWriter.get_default_file_name
2019-05-24 15:05:20 -07:00
325c442b0c
Update tex_template.tex
...
`\usepackage{textcomp}` was repeated on line 17
2019-05-08 11:09:51 +05:30
24f395867b
Remove shortcuts.py, restored imports.py
2019-05-05 22:37:34 +02:00
2d7c97723b
Add travis job to publish on PyPI.
...
Also moved some shortcuts into manimlib, to be able to use it without the big_ol_pile_of_manim_imports script. Updated the README to explain installation via pip
2019-05-05 22:08:13 +02:00
db1a89db79
create manimlib.imports
2019-05-02 20:36:14 -07:00
19a98ea6bd
fix mishandled relative paths
2019-05-01 01:16:56 -07:00