Commit graph

2183 commits

Author SHA1 Message Date
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
641a429e66 Fixed stage_scenes, which required updating get_scene_output_directory and get_module 2019-01-09 12:49:43 -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
Grant Sanderson
cf958684e8 Moved uncertainty Flash animation into indication, and cleaned up for more general use 2019-01-05 11:08:08 -08:00
Grant Sanderson
d222c8aa14 Add increment function to Integer 2019-01-04 14:14:15 -08:00
Grant Sanderson
3649547862 Small fix to Mobject.fade_to 2019-01-04 14:13:52 -08:00
Grant Sanderson
662598fcef Make sure rotate_vector works on 2d vectors 2019-01-04 12:48:05 -08:00
Grant Sanderson
56f331e8c4 Added Scene.tear_down in symmetry with Scene.setup 2019-01-04 12:47:48 -08:00
Grant Sanderson
6c78110e0f Changed default TexMobject.background_stroke_width to something less ugly in general 2019-01-04 12:47:26 -08:00
Grant Sanderson
b7cb66fe5d Tiny PEP fix 2019-01-04 12:46:52 -08:00
Grant Sanderson
ba88104177 Added set_style, get_style, and improved match_stlye 2019-01-04 11:50:06 -08:00
Purusharth Saxena
739be6a9b2 Added to camera.py (#387) 2019-01-03 13:42:43 -08:00
Devin Neal
1de67af678
allow rendering scenes from any directory (#391) 2019-01-03 13:42:02 -08:00
Devin Neal
4d069db15c
add option to suppress success/failure sound (#385) 2018-12-30 12:53:38 -08:00
F.W
11781a5baa Use os.openfile() on Windows and gitignore media folder (#384)
* Gitignored media and .vscode

* Switched to os.startfile for Windows
2018-12-29 17:37:28 -08:00
Thomas Zhu
47d8caa80e Use os.devnull instead of utils.tex_file_writing.get_null(); also small typos that cause SyntaxError (#382)
* Update tex_file_writing.py

* Change "/dev/null" to os.getnull in utils/sounds.py SoX "play" command

* Fix typo
2018-12-29 09:27:03 -08:00
Devin Neal
54d43313be print to stderr for scene not found 2018-12-28 23:06:14 -08:00
Liu Zichen
87884c0054
small typo corrected 2018-12-28 20:22:38 +08:00
Devin Neal
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
lkevinzc
854ed3038e
Update mobject.py 2018-12-27 19:12:52 +08:00
Devin Neal
7e3c30d8f9 restore three_d_scene and svgs 2018-12-26 22:27:11 -08:00
Devin Neal
3488d11be3 Merge branch 'package_refactor' of https://github.com/3b1b/manim into package_refactor 2018-12-26 21:41:31 -08:00
Devin Neal
06f4586140 remove bad import 2018-12-26 21:29:04 -08:00
Devin Neal
e294c67801 add error codes to exits 2018-12-26 20:57:01 -08:00
Devin Neal
54b8d0f8ed import importlib, start streaming mode upon import 2018-12-26 20:57:01 -08:00
Devin Neal
9366accf59 support for inline scenes 2018-12-26 20:57:01 -08:00
Devin Neal
3543a750ba move library code into manimlib, replace relative imports with absolute imports 2018-12-26 20:57:01 -08:00
Devin Neal
2942485e4c add error codes to exits 2018-12-25 19:51:03 -08:00
Devin Neal
e7aff666bd import importlib, start streaming mode upon import 2018-12-24 13:28:43 -08:00
Devin Neal
dca5c50fd6 support for inline scenes 2018-12-24 12:49:10 -08:00
Devin Neal
86bb2110d6 move library code into manimlib, replace relative imports with absolute imports 2018-12-24 12:37:51 -08:00