Rendering

Rendering is the final process of CG (short of postprocessing, of course) and is the phase in which the image corresponding to your 3D scene is finally created.

The rendering buttons window is accessed via F10 or the button. The rendering buttons are shown in Figure 1.

Figure 1. Rendering Buttons.

The rendering of the current scene is performed by pressing the big central RENDER button, or by pressing F12. The result of the rendering is kept in a buffer and shown in its own window. It can be saved by pressing F3 or via the File>>Save Image menu.

The image is rendered according to the dimensions defined in the top of the central-right block of buttons (Figure 2).

Figure 2. Image types and dimensions.

By default the dimensions are 320x256 and can be changed as for any NumButton. The two buttons below define the aspect ratio of the pixels. This is the ratio between the X and Y dimensions of the pixel of the image. By default it is 1:1 since computer screen pixels are square, but can be varied if television shorts are being made since TV pixels are not square. To make life easier the rightmost block of buttons (Figure 3) provides some common presets:

Figure 3. Image pre-set dimensions.

Rendering by Parts

It is possible to render an image in pieces, one after the other, rather than all at one time. This can be useful for very complex scenes, where rendering small sections one after the other only requires computation of a small part of the scene, which uses less memory.

By setting values different from 1 in the Xpart and Ypart in the left column of the central buttons (Figure 4) you force Blender to divide your image into a grid of Xpart x Ypart sub-images which are then rendered one after the other and finally assembled together.

Figure 4. Rendering by parts buttons.

Blender cannot handle more than 64 parts.