BlenderRenderOptions parameters

  • samples : [number] (default: 10) How many samples we create. Each sample is a raytracing render. Use 1 for a raw preview, 10 for a draft and 100 or more for the final render.

  • transparent_background : [boolean] (default: false) Make the background transparent.

  • auto_crop : [boolean] (default: false) When enabled the image will be post-processed to remove the empty space around the image. In this mode the background2 is changed to be the same as background1.

  • background1 : [string] (default: '#66667F') First color for the background gradient.

  • background2 : [string] (default: '#CCCCE5') Second color for the background gradient.

  • height : Alias for resolution_y.

  • no_denoiser : [boolean] (default: false) Used to disable the render denoiser on old hardware, or when the functionality isn’t compiled. Note that the impact in quality is huge, you should increase the amount of samples 10 times.

  • resolution_x : [number] (default: 1280) Width of the image.

  • resolution_y : [number] (default: 720) Height of the image.

  • width : Alias for resolution_x.