Grant Sanderson
|
53abf506fc
|
Change config defaults
|
2020-02-13 10:49:25 -08:00 |
|
Grant Sanderson
|
ebd4016fb3
|
Small refactor of extract_scene et. al.
|
2020-02-11 19:52:14 -08:00 |
|
Devin Neal
|
3ec231f0ca
|
add video_output_dir flag
|
2019-06-21 22:52:16 -07:00 |
|
Devin Neal
|
f81c275631
|
make media, tex, and video directories configurable via flags
|
2019-06-04 20:51:18 -07:00 |
|
Devin Neal
|
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 |
|
Charly
|
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 |
|
Devin Neal
|
db1a89db79
|
create manimlib.imports
|
2019-05-02 20:36:14 -07:00 |
|
Devin Neal
|
19a98ea6bd
|
fix mishandled relative paths
|
2019-05-01 01:16:56 -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
|
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
|
10c95a12dc
|
--output_file_name config shouldn't have nargs
|
2019-01-22 15:39:27 -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
|
236d67456a
|
Removed nargs from several bit of configuration
|
2019-01-15 12:18:28 -08:00 |
|
Grant Sanderson
|
4ab4736a11
|
Cleaned up and added some documentation to config.py
|
2019-01-12 14:42:42 -08:00 |
|
Grant Sanderson
|
199a3b82c6
|
Make it possible to render multiple scenes
|
2019-01-12 12:31:29 -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 |
|
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 |
|
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 |
|