Skip to content

Conversation

@huguesdevimeux
Copy link
Member

@huguesdevimeux huguesdevimeux commented Sep 8, 2020

EDIT

Wut It appears that I messed something up with the branches. This is rebased from #403

ONLY THE LAST TWO COMMITS ARE THE PR !

SO PLEASE WAIT FOR #403 PR TO BE MERGED FIRST !

List of Changes

Explanation for Changes

I modified the mechanism behind -n flag. Before, manim rendered all the partial movie files and selected only the ones with the index between i and j (where i and j are integreers passed with -n flag, eg -n 5,6).
Now, it skips the entire process if an animation is outside the [i,j] interval and creates partial movies files otherwise.

Testing Status

Created a test for n flag in test_scene_rendering/test_cli_flags.py

@huguesdevimeux huguesdevimeux self-assigned this Sep 8, 2020
@huguesdevimeux huguesdevimeux requested review from Aathish04, PgBiel, behackl, leotrs and naveen521kk and removed request for PgBiel, behackl and leotrs September 8, 2020 13:37
@huguesdevimeux
Copy link
Member Author

Closing this in favor of #423

@huguesdevimeux huguesdevimeux deleted the fix-n-flag branch September 8, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manim scene caching does not play well with the -n flag

1 participant