Introducción

The Console Window, also called a Terminal, is an operating system text window that displays messages about Blender’s operations, status, and internal errors.

When Blender is manually started from a terminal, Blender output is shown in the Console Window it is started from.

Casos de uso:

  • For rendering animation.

  • For automation and batch processing which require launching Blender with different arguments.

  • For Python development, to see the output of the print() function.

  • Si Blender se cierra inesperadamente, los mensajes podrían indicar la causa del error.

  • Cuando esté buscando la solución a algún problema, para ver la salida de los mensajes de --debug.

See: Launching from the Command Line for specific instructions on launching Blender from the command line.

Truco

Cerrando la ventana de la consola de Blender

Cerrar la Consola también cerrará Blender, perdiendo cualquier trabajo sin guardar.