Skip to main content
4 of 12
added 19 characters in body
gandalf3
  • 159.3k
  • 62
  • 622
  • 1.2k

###Linux (application pause and continue)

if you are on Linux (not tested on mac os) and you have forgotten to start blender from the terminal (so you can't press Ctrl+Z as Mentioned by Mike Pan) you can also send a signal with:

killall -s STOP blender # to start it again: killall -s CONT blender 

An advantage to this is that it will work for any task, not just rendering.

gandalf3
  • 159.3k
  • 62
  • 622
  • 1.2k