Safety Checks - dynestudio/c4d-export-to-render-farm GitHub Wiki

Safety Checks

We called "Safety Checks" to our favorite feature. Sometimes we forgot enable some important options of our scenes and we render without it (i.e. sometimes we forgot to activate the multipass export or something like that). When we use Export to Render Farm the script enable some safety checks in case that we forgot to enable it.

The Safety Checks can vary depending on the render engine that has the scene. You can view the following list to know which parameters have safety checks from each render engine:

Arnold Renderer (C4DtoA):

  • Enable "Lock Sampling Pattern".
  • IPR render buckets.
  • Auto convert texture files into .tx format.
  • Use .tx textures.
  • Set Arnold Dummy format to beauty output format.

Redshift Renderer:

  • Disable randomize noise pattern.
  • Enable fix raw halo artifacts for AOVs.
  • Enable conserve GI reflection energy.
  • Enable automatic memory management.
  • Disable c4d default light.
  • Enable render alpha to multipass output.

Octane Renderer:

  • Enable passes.
  • Enable render beauty pass.
  • Enable multilayer file.

Physical Renderer:

  • Set adaptive sampling.
  • Enable shading transparency.
  • Set antialiasing to "Best".

Standard Renderer:

  • Set antialiasing to "Best".
  • Set AA Gaussian filter.
  • AA use object properties and consider multi-passes.
  • Enable transparency.
  • Enable refraction.
  • Enable reflection.
  • Enable shadows.
  • Disable default light.
  • Enable identical noise distribution.

Let us know if you want other Safety Check.


Back to home page