Skip to content

Rendering And Outputs

Renderset can change the way you render in Blender. Outputs are auto-saved into pre-set paths, results are stored in render slots. The functionality is tailored towards maximum productivity.

Renderset does not replace the native render operators

Instead of taking over the rendering operators in Blender, renderset adds new ones. You can use the usual Render → Render Image and Render → Render Animation but many of these features will not work if you do.

Supported render engines

renderset supports Cycles, Eevee, Octane and LuxCore out of the box. Cycles and Eevee are included in Blender. Octane and LuxCore are third-party optional renderers.

Render Current

Use this button to render only the render context that is currently active. The context is rendered even if its checkbox is not checked!

For the first 8 contexts in the panel renderset will save the results to a render slot as well. The number of the render slot depends on the order of the render context in the list - second render context will be saved into the second render slot.

render current

Render All

Allows you to render all "checked" render contexts in the .blend. Results are saved to paths set in Preferences. The first 8 render contexts in the list will also be saved into render slots.. Keep in mind that the render slot ID depends on the order in the list, unchecked contexts are not skipped! If you have 8 unchecked contexts and then 8 checked, no contexts will be saved into render slots when Render All is pressed!

This is especially useful for those overnight renders because renderset will take care of context switching. You can keep the computer rendering, come back and just retrieve the results.

render all

Output Paths

Setting up output paths is crucial for optimal workflow. Renderset allows a lot of flexibility. The core principle is that each context outputs into one folder. You can choose the path of that folder but not of the filenames inside.

To set the path, go to Edit → Preferences → Addon, find renderset and expand the Preferences. You should see:

default preferences

Let us focus on the autogenerated output folder format. This setting allows us to set the output path of render contexts and lets us mix plain text with variables. This way we can use context names, date and time and other variables in the path. Renderset will replace those tokens with actual values.

folder path in preferences

To get you started renderset ships with three folder path examples. One outputs to a path relative to the input blend, the second outputs to an absolute path of your choice, the third one showcases custom formatting options for date and time. We recommend experimenting with these three and mixing them to achieve your desired output paths. Check the Auto Folder Path documentation for more details and a list of available variables.

folder path format presets in preferences

Post render actions

You can further automate your workflow by setting up post render actions. These actions are triggered whenever a context finishes rendering. They even allow copying output files which lets you change the filename as well.

A common use-case is copying the final Composite image to a project output folder.

See Post Render Actions for more.

Formats

Blender allows a lot of different output formats. Renderset supports JPG, PNG, EXR and multi-layer EXR.

ffmpeg outputs are not supported by renderset

Unfortunately, you cannot render ffmpeg videos with renderset. This is a special render mode in Blender since it renders a lot of frames into one file.

We recommend rendering animations per-frame, it is safer, you can resume much easier and you can always stich the animation together afterwards. It also lets you render different parts of the animation on different machines and stitch it together afterwards.

However, we are working on a fix and this will be supported in the future..

Back to top