Files @ fabe5785df0c
Branch filter:

Location: DistRen/etc/distrenserver.conf

LordOfWar
frame_finder now takes into account priority, which I defined. 0 priority is done, 1 priority is the lowest, 10 is the highest. While creating this and my status_report_generator function (which is still a thought) I have created some new global variables.

Instead of starting a scan at jobnum zero every time, I decided to make the global variable hcfjob (highest consecutive finished job).
1
2
3
4
5
6
7
8
9
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")