From c633fe2d91b6f1f3b28025684ed5d3247288df10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B9=A4=E7=BF=94=E4=B8=87=E9=87=8C?= <44120331+Tony031218@users.noreply.github.com> Date: Wed, 29 Jul 2020 12:06:47 +0800 Subject: [PATCH] Update README-CN.md --- README-CN.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README-CN.md b/README-CN.md index 22d0f2e..f6c76a6 100644 --- a/README-CN.md +++ b/README-CN.md @@ -29,7 +29,8 @@ * `manim_repo` 渲染视频时需要使用的manim存储库,默认为https://github.com/manim-kindergarten/manim (推荐,因为可以即拿即用)
- [WIP]可以改为 https://github.com/3b1b/manim 或 https://github.com/ManimCommunity/manim ,目前因为没有做适配会出错。 + 可以改为任何manim源码的repo(确保可以直接运行,并且含有文件`manim.py`以使用`python manim.py ... ...`命令)
+ 目前支持 https://github.com/ManimCommunity/manim ,但无法使用https://github.com/3b1b/manim * `extra_packages` @@ -46,6 +47,14 @@ * `post_render` 在渲染后要执行的shell命令。 + +* `merge_assets` + + 在当前repo和manim repo同时含有assets文件夹时是否将素材合并,默认为true。**注意**,如果改为false,可能会报错。 + +* `fonts_dir` + + 视频中需要的额外字体ttf文件所在文件夹在当前文件夹中的相对路径,将在渲染前自动安装。 ## 输出Outputs