pages: fix typo (#11934)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-01-01 19:26:11 +01:00
committed by GitHub
parent e3292d315b
commit 3b8dd30d52
14 changed files with 27 additions and 27 deletions

View File

@@ -22,7 +22,7 @@
- Render the animation of a specific scene, starting at frame 10 and ending at frame 500:
`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} -e {{500}} --render-anim`
`blender --background {{path/to/file}}.blend --scene {{scene_name}} --frame-start {{10}} --frame-end {{500}} --render-anim`
- Render an animation at a specific resolution, by passing a Python expression: