man reppu (Commandes) - A network rendering program for blender
NAME
reppu - A network rendering program for blender
SYNOPSIS
Client:
reppu <blendfile> [-s <frame>] -e <frame> <host> [host]
Server:
reppu --server [-v, --verbose] [-f, --foreground]
DESCRIPTION
reppu is a small program to render blender scenes on multiple hosts via a client/server technology. So start a server on every host where you want to render. Then start a client with the scene and the list of hosts.
OPTIONS
- -s <frame>
- First frame to render (default 1).
- -e <frame>
- last frame to render.
- --server
- Tells reppu to act as server.
- -v, --verbose
- For debugging. use this if you have problems. -f should be used with this.
- -f, --foreground
- Don't fork to background.
SEE ALSO
AUTHOR
Daniel Mester <mester@uni-bremen.de>
This manpage was written for the Debian GNU/Linux system.