-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Replace the global config dict with new class ManimConfig #620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
1ba7873
split config/utils.py into config/logger.py and config/utils.py, in p…
leotrs 6e0ba47
change every mention of file_writer_config to config. Also some tweak…
leotrs e33d3aa
refactor logger to play nicely with the new config system
leotrs 8b1a8fc
move init_dirs
leotrs 5d787f3
change a dumb logic for a smart logic
leotrs 12a5055
delete old/unsed/moved stuff
leotrs 91587d1
special handling of dry_run and delete unnecessary file
leotrs e69f3fe
delete repeated line and restore original skipping status correctly
leotrs 151ac77
if there is no partial_movie_directory, then we cannot check if anyth…
leotrs 694077c
add test for the -s flag
leotrs 70649b7
use the new "quality" config option
leotrs 1bd4272
why ignore skipping here?
leotrs e74289e
fix the -s flag when there are no animations
leotrs a78acba
this should have gone in with the previous commit
leotrs 8d661ce
make the [custom_folders] use the same syntax as the [CLI] section
leotrs d5b8171
fix handling of background color flag
leotrs 334e2c4
run black
leotrs 0222423
add new test data
leotrs 12e1e52
merge master
leotrs b15f5fd
fix docs
leotrs acccf3e
revert a change that caused disable_caching to break
leotrs d63ad7b
Merge branch 'master' into feat-manim-configdict
leotrs 865d396
blackstreet bois
leotrs 54d4295
remove unnecessary video_quality_config
leotrs 276e0f1
Merge branch 'master' into feat-manim-configdict
leotrs e1f3a1c
add deepcopy method - this should fix the tests on py3.6
leotrs 7a15349
I'll be black
leotrs 11a020d
Fix -t flag and add a test to it. Also add test for -c flag.
leotrs 6d08e4d
remove unnecessary _QUAL and move its contents to constants.QUALITIES
leotrs 06e7613
clean up
leotrs 4b544e1
blacktrack
leotrs 4b4647d
black
leotrs 73e9356
implement digest_file
leotrs 45980e5
added new test and fixed a couple of things with deepcopy
leotrs 58705ab
prefer Path to raw strings
leotrs d9b4428
Merge branch 'master' into feat-manim-configdict
leotrs 04d2da4
fix a wrong merge
leotrs c9a6a83
use Path
leotrs 4e28d1f
black
leotrs e89a96d
fix test on windows
leotrs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -128,6 +128,6 @@ Other modules | |
| .. autosummary:: | ||
| :toctree: reference | ||
|
|
||
| _config | ||
| config | ||
| constants | ||
| container | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.