Skip to main content
10 of 12
replaced http://stackoverflow.com/ with https://stackoverflow.com/

Pausing from the Operating System:

Linux

If you are on Linux (not tested on OSX)
you can send signals with these commands:

# To pause Blender: killall -s STOP blender # To start it again: killall -s CONT blender 

Some advantages to this are that it will work for any task, not just rendering, and that you do not have to start blender from a terminal.

Windows

You can use process explorer for this. See this question on [StackOverflow]. [StackOverflow]: https://stackoverflow.com/a/15969868/432509

Pausing from Blender:

Pausing F12 renders from Blender is not implemented yet, however it is on the Cycles Todo List.

gandalf3
  • 159.3k
  • 62
  • 622
  • 1.2k