Running Blender From The Command Line

John Roper writes:

For new users, running Blender from the command line could seem pointless. Why would you want to? Although Blender 3D is a very stable and secure program, it is still known to crash and have issues at some point. These can be caused by your computer or by what you are doing with it. This does not mean that you are doing something wrong, but programs are known to act up. By starting Blender in the command line, you will have an action-by-action record of what was going on that you can show to people to help you find out what the problem was.

Another reason why you would want to is for rendering purposes. Using the commands shown later in this tutorial, you can actually run blender in the background while rendering so that it is not in your way. Also, you can write scripts to automatically run through folders and render certain files that you want automatically.

In this in depth tutorial, I talk about how to setup blender for command line use on any system and also how to write bash scripts to do automatic rendering with it.

Advertisement