TonyCrane
|
0af46e149d
|
add metavar LINENO for --embed option
|
2021-12-14 12:14:04 +08:00 |
|
Grant Sanderson
|
b81f244c3c
|
Inserted "self.embed" line should match passed in line number
|
2021-12-13 16:03:36 -08:00 |
|
Grant Sanderson
|
98b0d266d2
|
Make sure skip_animations and start_at_animation_number play well together
|
2021-12-07 10:03:10 -08:00 |
|
Grant Sanderson
|
fbbea47d11
|
Change temp embed file name
|
2021-11-16 17:37:01 -08:00 |
|
Grant Sanderson
|
d065e1973d
|
Add option to insert embed line from the command line (mildly hacky)
|
2021-11-14 12:31:56 -08:00 |
|
Grant Sanderson
|
317a5d6226
|
Make it possible to set full screen preview as a default
|
2021-11-08 21:47:02 -08:00 |
|
TonyCrane
|
e10f850d0d
|
add cli flag to specify log level
|
2021-10-16 21:01:39 +08:00 |
|
Michael W
|
0e574882b3
|
Refactor #1637 (#1650)
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Refactor #1637
* Update config.py
Co-authored-by: 鹤翔万里 <tonycrane@foxmail.com>
|
2021-10-16 13:04:52 +08:00 |
|
TonyCrane
|
7425057d9f
|
use rich to log
|
2021-10-07 17:37:10 +08:00 |
|
TonyCrane
|
ef5253f1bc
|
add cli flag -v to show version info
|
2021-10-06 17:54:28 +08:00 |
|
TonyCrane
|
c1242d2dd5
|
add warning for empty
|
2021-10-06 17:21:56 +08:00 |
|
TonyCrane
|
6340db1076
|
small improvement to config_file
|
2021-06-14 16:21:38 +08:00 |
|
GZTime
|
65d0826b91
|
Update config.py to load config file manually.
|
2021-04-09 21:32:52 +08:00 |
|
Grant Sanderson
|
120d26defa
|
If chosen monitor is not available, choose one that does exist
|
2021-03-18 17:32:45 -07:00 |
|
Grant Sanderson
|
dba0550da5
|
Merge branch 'TonyCrane-package-improve'
|
2021-02-11 10:54:30 -08:00 |
|
Grant Sanderson
|
36e8421395
|
Let the user specify which monitor the window should show up in
|
2021-02-09 10:53:26 -08:00 |
|
Tony031218
|
944128d9bf
|
adjust the order of arguments in config
|
2021-02-08 12:16:57 +08:00 |
|
Tony031218
|
608b2d9bce
|
delete comment
|
2021-02-08 10:46:11 +08:00 |
|
Tony031218
|
47d4b0236e
|
readd default_config and improve config guide
|
2021-02-08 10:29:18 +08:00 |
|
Tony031218
|
00fe33957c
|
rename custom_defaults -> custom_config defaults -> default_config
|
2021-02-07 21:38:19 +08:00 |
|
Tony031218
|
e3d09d161c
|
add auto config guide
|
2021-02-07 17:45:18 +08:00 |
|
Tony031218
|
7a6a8556b8
|
add global default.yml for packaging
|
2021-02-02 21:23:16 +08:00 |
|
Tony031218
|
9916f56fb1
|
fix a bug after packaging
|
2021-02-02 21:00:36 +08:00 |
|
Grant Sanderson
|
a58772db87
|
Fix writing to gifs
|
2021-01-23 16:08:39 -08:00 |
|
Grant Sanderson
|
0ac155d150
|
Making writing to partial movies optional, and set the default to be False.
|
2021-01-23 11:02:22 -08:00 |
|
Grant Sanderson
|
9a502cd83b
|
Move window position logic into window
|
2021-01-19 11:35:25 -08:00 |
|
Grant Sanderson
|
e218105f73
|
Merge custom defaults recursively rather than overriding manim's with the local one
|
2021-01-18 10:58:33 -08:00 |
|
Tony031218
|
b7bd40a6f6
|
make window_position changeable
|
2021-01-16 10:46:30 +08:00 |
|
Grant Sanderson
|
6486938c59
|
Remove media_dir configuration, as that is covered by video_dir
|
2021-01-05 22:38:25 -08:00 |
|
Grant Sanderson
|
5541d55094
|
Remove camera quality information from constants
|
2021-01-02 23:02:39 -08:00 |
|
Grant Sanderson
|
93fe783b80
|
Make it so that simply typing 'python -m manim' will embed you in a blank scene to work with
|
2021-01-02 22:03:00 -08:00 |
|
Grant Sanderson
|
592432611b
|
Remove all configuration from constants.py, and clean up the many files affected by this move
|
2021-01-02 20:47:51 -08:00 |
|
Grant Sanderson
|
343253b787
|
Remove livestream related arguments
|
2021-01-02 11:12:43 -08:00 |
|
Grant Sanderson
|
bbfce0f5be
|
Change window position defaults
|
2020-12-04 08:20:06 -08:00 |
|
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 |
|