mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* Fixes #3614 Setting background_transparency=0.0 should have the same effect than setting transparent=True. The output format must be compatible with transparency (.mov, .webm). Otherwise ffpmeg fails. This patch ensures that background_transparency=0.0 triggers the change of the output format. Also a WARNING is raised about the change in the output format. I want to thank @SirJamesClarkMaxwell for inspiring me to tackle this issue. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * test config.background_opacity < 1 * fix config behavior for config.background_opacity < 1 * fix logger messages being emitted twice * actually cleanup usage of loggers, remove logger-imports; black * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * dry_run fixture * remove debug print * applied suggestion from review * remove custom fixture from test_deprecation, use manim_caplog * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| graphical_units.py | ||
| path_utils.py | ||
| video_utils.py | ||