AGSPhoenix d1a03fa4a8 Do not report download for cached resources
Moves the UI update code into downloadFile(), after the check to see if
the file is already cached, to avoid reporting that the client is
downloading files when it isn't.
2016-01-13 09:47:41 +01:00
2014-12-08 19:46:47 +00:00
2015-01-15 23:20:17 +01:00
2015-02-02 22:48:45 +00:00
2014-11-20 13:21:19 +00:00
2015-03-30 21:13:12 +01:00
2016-01-06 09:44:47 -05:00

SheepIt Render Farm Client

Overview

SheepIt Render Farm Client is an Open Source client for the distributed render farm SheepIt.

Compilation

You need Java 1.7. OpenJDK and Oracle are both supported. You also need ant. To create the jar file, simply type ant in the project's root directory.

Usage

Once you have a jar file, you can view the usage by running:

java -jar bin/sheepit-client.jar --help

When you are doing development work, you can use a mirror of the main site specially made for demo/dev. The mirror is located at http://www-demo.sheepit-renderfarm.com, and you can use it by passing -server http://www-demo.sheepit-renderfarm.com to your invocation of the client.

Description
SheepIt client that saves project files to a separate location during processing.
Readme GPL-2.0 170 MiB
Languages
Java 98.4%
Shell 1.6%