Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Client for the free and distributed render farm "SheepIt Render Farm"

License

Notifications You must be signed in to change notification settings

laurent-clouet/sheepit-client

Folders and files

NameName
Last commit message
Last commit date
Jul 3, 2020
Apr 26, 2020
Apr 14, 2020
Jul 7, 2020
May 28, 2020
Mar 13, 2016
Aug 11, 2019
Aug 22, 2019
Oct 4, 2016
Aug 11, 2019
Jun 1, 2020
Apr 26, 2020
Apr 26, 2020
Jul 3, 2020
Aug 10, 2019

Repository files navigation

SheepIt Render Farm Client

Build Status

Overview

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

Compilation

You will need Java 1.7 or higher. (OpenJDK and Oracle are both supported). To create the jar file, simply type ./gradlew shadowJar on linux/OSX and gradlew.bat shadowJar on Windows in the project's root directory.

Usage

Once you have the jar file, you can see how to use it by running:

java -jar build/libs/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://sandbox.sheepit-renderfarm.com, and you can use it by passing -server http://sandbox.sheepit-renderfarm.com to your invocation of the client.

At the command line ui (-ui text / -ui oneLine) you could type in the following commands and press enter to control the client:

  • status: get the current status of the client (paused, stoped, etc.)
  • priority : set the renderer process priority
  • block: block the current project
  • pause: pause the client to request new jobs after the current frame has finished to render
  • resume: resume the client after it was paused
  • stop: stop the client after the current frame has finished
  • cancel: cancel the stop request
  • quit: stop the client directly without finishing the current frame