Publishing a Composition Previous Next Linking Compositions

Chapter 7, Working with Compositions
Rendering a Composition

When you render a composition, a single background task takes care of rendering all the output(s), and the progress bar displays the rendering of frames for all outputs. The outputs are rendered in parallel, one frame index after another alternating between each output. This can speed up the rendering process because some intermediate results are reused.

Also, you can render a non-rendered version. Or you can re-render the rendered files in a different format or because of missing or corrupted files.

All output nodes in the working version are rendered only if their publish mode is set to render. After that, you can decide on a per-output-node basis whether or not the output node is rendered by using the Render toggle on the output node UI and the composition tab. This lets you control the primary output node's rendering--see The Render Modes.

You can delete the rendered files of any version. When you do so, you are deleting only the rendered files, and not the version.

To render a composition:
  1. Open the composition you want to render.

  2. In the Composition tab, set the publish mode to Render or Backburner or to any other publish mode that has the Render toggle enabled.

  3. Click the Publish button.

    A version with a rendered result appears in the Versions tab.

To render an unrendered version of a composition:
  1. In the Versions tab, select an unrendered version of the composition.

    Show full-size image

  2. Click the Render button.

    A message window appears.

  3. Click Foreground for foreground rendering or Background for background rendering.

    The progress of the composition being rendered is indicated in the taskbar.

    Show full-size image

    1. Composition being rendered.

    The rendered result file path is shown in the Versions tab for that composition.

    Show full-size image

To delete the rendered result(s) of a version:
  1. On the left side of the Versions tab, select a version.

  2. On the right side of the Versions tabs, select the rendered result to delete and do one of the following:

Hint: If there are multiple rendered results to delete, you can right-click and choose Select All.

The Render Modes Top

You can create, rename, edit, and delete render modes in the project preferences. The file format options can be different for each render mode.

After you create a project, a single render mode named Default is automatically created and set to render to the OpenEXR format. You can always change it.

Previous Next