avelgest / baker-node

A Blender add-on that adds a node to the Shader Editor which can bake its input to an image, vertex attribute or sculpt mask with one click.
GNU General Public License v2.0
41 stars 0 forks source link

Baker Node

Baker nodes with different target types

Baker Node adds a node to Blender's shader editor that can quickly bake its input to an image, color attribute or sculpt mask.

Installation

Download the latest baker_node ZIP file from the releases section, then from the Add-ons section of Blender’s preferences click Install... and select the downloaded .zip file. Enable the add-on labelled “Node: Baker Node”.

For installing from source see the Documentation

Uses

Features

Target Types

For the Image (UV) and Image (Plane) target types an automatically updating preview of the bake can be displayed by expanding the Preview section on the node.

Usage

Location: Shader Editor > Add > Output > Baker

Connect the baker node's input, set the target type and (optionally) select or create the image/color attribute to bake to. Then press the bake button on the node.

If no baking target is set then one can be created automatically (if enabled in the add-on settings).

The baker node's Baked Color and Baked Alpha sockets output values from the target image or color attribute. They can be used to improving a shader's performance by inserting the baker node after slow sections of the shader.

Settings such as the number of samples and the object to use when baking can be set in the node's Settings menu accessed by clicking the gear icon on the right of the node.

License

Licensed under the GNU General Public License, version 2. See LICENSE.txt for details.