Still images

On the Ranch, we render still images using our own technology called MultiBand. A still image is split into multiple horizontal strips in order to distribute them across several servers to speed-up the render process.

c4d_5

Global Illumination

Global Illumination biased algorithms (Irradiance Map, Light Cache) uses random sampling to avoid artifacts caused by regular sampling (samples aligned in a grid). It means that from a render to another, the GI solution will not be exactly the same.

For instance, here is an animation of 10 renders (same frame/settings), calculated in a row, on the same computer:

Global_illumination

If no pre-pass file is provided with the scene, each node of the farm will calculate its own random GI solution and, therefore, the strips will not match when stitched together, as illustrated on the following render: c4d_7

There are two solutions to avoid this problem:

  1. Provide some pre-pass files (.gi2, .gil for C4D, .vrmap, .vrlmap for VRay, .hdc for Corona).
  2. Use an unbiased GI algorithms (QMC, Brute Force).

Here are two renders from the Cinema 4D Physical render using Global Illumination, one using Irradiance Cache and the other using QMC. c4d_8

The settings are very low on purpose, to generate artifacts. Irradiance Cache creates splotches whereas QMC creates noise. Unlike the splotches, as the noise is one-pixel sized, there is no visible junction between the strips after the stitching when using QMC.

c4d_9

Image format

We recommend the OpenEXR format (.exr) to render still images on the Ranch.

  • EXR is not size limited (TIFF is limit to 4 GB for instance),
  • Embedded color profile is supported (keeping Linear RGB if used),
  • 32-bit / channel is supported.
cinema4d/stillimages.txt · Last modified: 2020/01/21 16:04 by ranchadmin