Commit graph

19 commits

Author SHA1 Message Date
Grant Sanderson
ebd4016fb3 Small refactor of extract_scene et. al. 2020-02-11 19:52:14 -08:00
xy-23
82a1b05f28 Add a feature #650 2019-07-26 14:34:21 +08:00
zavden
3cee3de94f
Update extract_scene.py 2019-07-24 18:01:12 -05:00
Grant Sanderson
4fa782b8b5 Remove extract_scene use of an All_SCENES list 2019-04-21 08:12:44 -07:00
Pokechu22
3393bf616b Fix --preview on cygwin 2019-04-03 21:10:20 -07:00
Grant Sanderson
0255627922 Allow scene extraction from a special file which contains an ALL_SCENE_CLASSES list and an OUTPUT_DIRECTORY. This is part of a move to make the output file organization independent from the sourcecode organization 2019-01-25 11:03:14 -08:00
Grant Sanderson
900e6ac837 Use frame_rate, instead of frame_duration, and make that part of the camera rather than the scene 2019-01-25 10:13:17 -08:00
Grant Sanderson
8ae0556394 First pass at SceneFileWriter refactor 2019-01-24 21:47:40 -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
199a3b82c6 Make it possible to render multiple scenes 2019-01-12 12:31:29 -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
b7cb66fe5d Tiny PEP fix 2019-01-04 12:46:52 -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
Devin Neal
54d43313be print to stderr for scene not found 2018-12-28 23:06:14 -08:00
Devin Neal
afdf907abc fix imports, remove __init__.py files, some pep8 linting 2018-12-27 09:41:41 -08:00
Devin Neal
e294c67801 add error codes to exits 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
Renamed from extract_scene.py (Browse further)