Linux command
blender 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
blender
Open
blender [model.blend]
Render
blender -b [scene.blend] -a
Render
blender -b [scene.blend] -f [10]
Execute
blender --python [script.py]
说明
blender is a free and open-source 3D creation suite. It supports the entire 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. The software is used for creating animated films, visual effects, games, and 3D printed models.
参数
- -b, --background
- Run in background (no GUI)
- -a, --render-anim
- Render animation
- -f, --render-frame _n_
- Render specific frame
- -s _n_ -e _n_
- Set start and end frames
- -o _path_
- Set render output path
- --python _file_
- Execute Python script
- --python-expr _expr_
- Execute Python expression
- -x _n_
- Set render extension
- -E _engine_
- Render engine (BLENDER_EEVEE, CYCLES)
FAQ
What is the blender command used for?
blender is a free and open-source 3D creation suite. It supports the entire 3D pipeline: modeling, rigging, animation, simulation, rendering, compositing, motion tracking, and video editing. The software is used for creating animated films, visual effects, games, and 3D printed models.
How do I run a basic blender example?
Run `blender` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -b, --background do in blender?
Run in background (no GUI)