rkill
command
Stop or pause/unpause a render.
Replaced by: hou.renderMachineVariables, hou.ActiveRender
See also: rps
Usages
-
rkill [-s | -r] process_pattern
The command terminates the process unless you use the -s or -r options.
The command affects any background render matching the pattern.
Options
|
|
Suspend |
|
|
Resume |
Examples
rkill 8329
Kills process 8329
rkill *
Kills all render processes
rkill -s *Suspends all render processes
rkill -r *Restarts all render processes