File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
1616- Added ` max_duration_before_split_reverse ` and ` num_processes ` class variables.
1717 [ #439 ] ( https://github.com/jeertmans/manim-slides/pull/439 )
18+ - Added ` src = ... ` filepath argument to allow inserting external
19+ videos as slides.
20+ [ #4526 ] ( https://github.com/jeertmans/manim-slides/pull/526 )
1821
1922(unreleased-changed)=
2023### Changed
Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ def _add_last_slide(self) -> None:
510510 )
511511 )
512512
513- def _save_slides (
513+ def _save_slides ( # noqa: C901
514514 self ,
515515 use_cache : bool = True ,
516516 flush_cache : bool = False ,
You can’t perform that action at this time.
0 commit comments