Files @ 8153c9bca64c
Branch filter:

Location: DistRen/etc/distrenserver.conf

NEO
frame_finder(); changes
- changed your_frame=null to your_frame=0
- replaced a placeholder variable (x) with frameset_counter.

status_report_generator changes
- changed some if(meh = meh) to if(meh == meh).
1
2
3
4
5
6
7
8
9
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")