Before you begin, you must have networked workstations. See your system administrator if workstations are not networked.
To render on several computers
We recommend that you pare down the installation to the minimum requirements. For instance, you do not have to load all options on each machine when installing (for example, documentation).
This can be achieved manually by the Command Line Render command. To automate it, use simple scripting capabilities. See the Command Line Render Help (render -h) for more options.
If you have a 100-frame scene and want to distribute the rendering across 4 render workstations, type:
Render -s 1 -e 25 filename for the first render workstation.
Render -s 26 -e 50 filename for the second render workstation.
Render -s 51 -e 75 filename for the third render workstation.
Render -s 76 -e 100 filename for the fourth render workstation.