manim: remove -f short flag (#21766)

Co-authored-by: Lena Pastwa <lena@lnps.me>
This commit is contained in:
unixkiwi
2026-03-29 05:10:57 +02:00
committed by GitHub
co-authored by Lena Pastwa
parent aaca9517b9
commit e06e52208c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
- 특정 해상도와 프레임 속도로 렌더링:
`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{경로/파일.py}} {{장면이름}}`
`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{경로/파일.py}} {{장면이름}}`
- 렌더링 없이 스크립트에 정의된 장면 목록 보기:
+1 -1
View File
@@ -21,7 +21,7 @@
- 使用指定分辨率和帧率进行渲染:
`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{路径/文件.py}} {{场景名称}}`
`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{路径/文件.py}} {{场景名称}}`
- 列出文件中可用的场景而不进行渲染:
+1 -1
View File
@@ -21,7 +21,7 @@
- Render using a specific resolution and frame rate:
`manim {{[-r|--resolution]}} {{1920,1080}} {{[-f|--fps]}} {{60}} {{path/to/file.py}} {{SceneName}}`
`manim {{[-r|--resolution]}} {{1920,1080}} --fps {{60}} {{path/to/file.py}} {{SceneName}}`
- List available scenes in a file without rendering: