Client settings



MarkStandardErrorOutput= 0

If set to 1, then the rrClient will not add "StdErr: " to lines that have been printed into the Standard Error log output.

RemoveFromLog=

Tells the rrClient which log lines should be removed from the render log.

The format is

RemoveFromLog= type ~  StringA   [optional:  ~  StringB]


Available types are 

  • StartsWith 
  • Contains


You can define a StringB for type Contains. In this case both strings have to exist in that line.


TexReplaceFormat

Used to tell the client if and how the scene file can be converted to the OS.

The available options are:

  • Char Unicode L4Unicode FOR4 
  • Default DoubleBack AlwaysForward


licenseFailLine

What your renderer prints into the log file if it does not get a license.

You can use multiple lines.

errorSearchLine

After rendering, the client searches the logfile for these messages. If it finds an error, the job is marked as crashed.

You can use multiple lines.

RealTimeAbortLine

If the clients reads this message in the render log, then it directly aborts the render process.

permanentErrorSearchLine

Same as above, but the client gets directly deassigned. E.g. It is not useful that the client tries again if an plugin is not installed on that client.

seperateRenderLogFile

Some renderer are writing their log into a seperate log file. This tells the client where to look for the file.

findFrameNoPreLine

findFrameNoPre

findFrameNoPost

findFrameNoPostLine

findFrameNoPostLineSkip

The client searches the render log for the frames rendered.

To find the frame numbers, you have to define what the renderer writes before and after the frame number.




findFrameNoPostLine

findFrameNoPostLineSkip

Sometimes the it is not enough to define what is before and after the frame number.

Then you can define what has to be in the next line. (findFrameNoPostLine)

E.g.Accessing Frame 143

Frame rendered!


Or what must NOT be in the next line. (findFrameNoPostLineSkip)

E.g.Accessing Frame 143

Frame skipped!

Frozen_MinCoreUsage=1.9

Overrides for the setting in the config of the client.

It controls the cpu usage limit. If the cpu usage is lower than this setting, the render is displayed as "Low Cpu" in the status message of the client.

This setting is set in cores. E.g. 0.50 is half a core.

Frozen_Minutes=15

Overrides for the setting in the config of the client.

It controls how many minutes a render should be in low cpu usage before it is aborted.