rkill command

Stop or pause/unpause a render.

Replaced by: hou.renderMachineVariables, hou.ActiveRender

All Usages Options Examples

See also: rps

Usages

  1. 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

-s

Suspend

-r

Resume

Examples

rkill 8329
Kills process 8329

rkill *
Kills all render processes

rkill -s *
Suspends all render processes

rkill -r *
Restarts all render processes