Channel

A channel in Ucupaint represents the input and output of an Ucupaint node.

02.channel-overview.01
Ucupaint channels represents the IO on the actual node

Each channel has at least one input and one output, but channels like the normal channel can have multiple outputs at the end. The base color/value of the channel is actually the default input of the node, as demonstarated on the gif below.

02.channel-overview.02
Base color/value of a channel corresponds to the default input of the node

If you notice that normal have default value of (999, 999, 999), just ignore that, it's basically a litlle hack to make the normal channel works properly.

All the inputs and outputs can be connected anywhere, so you can connect the Ucupaint node to your custom node setups.

On channel list panel, you can do some basic operations to the channel list items, like add, move and remove.

02.channel-overview.03
Channels list panel

Note

You might need to learn to create a layer before continue on this page, click here to jump to Layer page

Creating New Channel

To create new channel, you can use '+' button on the right of the channel list. The video below will show you how to create Emission channel.

Creating new channel

You can see that the Ucupaint node will have new input and output sockets after you created a new channel.

Channel Types

There are three types of channels in Ucupaint, they are RGB, Value, and Normal.

RGB

RGB channel consists of three values of red, green, or blue. You can also enable alpha to add an alpha value, this also makes the base color transparent by default.

pic: RGB channel settings
RGB channel options

If alpha is activated it will automatically change your material to use alpha blend on Eevee. The default value of alpha is 0.0 so your background will be transparent. If you create a layer with a mix blend, it will sit on top of your transparent background, which can be useful in many cases, like creating hair planes or vegetation.

Using alpha on color channel

Value

Value channels consist of a single value.

pic: Value channel settings
Value channel options

Normal

Normal channels consist of a normal vector, you can only have one normal channel per each Ucupaint node.

pic: Normal channel settings
Normal channel options

Smooth Bump

Smooth bump can make your bump map smoother than the Blender default at the cost of precision.

pic: comparison of when smooth bump is active and not
Smooth Bump comparison

Parallax

Parallax is for creating parallax effects if you're using bump map. I suggest you save your file first before activating this option since it can freeze Blender. Please note that parallax only works in perspective view.

pic: comparison of when parallax is active and not
Parallax comparison

Displacement

The displacement setup only takes effect once you've baked your channels, and parallax settings will be disabled if you're using displacement.

pic: Displacement Example
Using Displacement