Texture Set settings
The Texture Set settings control the parameters of the currently selected Texture Set. This is where the resolution, channels and associated mesh maps can be managed.
General properties
Channels
Channels list
The list can be modified at any timeby adding or removing channels (unless overridden by the Material Layeringworkflow).
Add channel
Click on this button to add a new channel to the list.The pop-up menu that opens is split into three categories:
- Supported channels: these channels can be used by the current shader in the viewport.
- Unsupported channels: these channels are ignored by the current shader in the viewport.
- User channels: additional channels for painting more informaiton, usually unsupported by the shaders.
Note: There is not limit in how many channels can be added, however too many channels can severely impact performances and will require more memory.
Remove channel
Channel name
The name of a given channel.User channels can be renamed by double-clicking on the current name:
Channel Settings
This button opens the channel’s settings menu with several actions.The first list of action control the storage type and precision of the channel:
- sRGB8: RGB colors, gamma corrected values, stored on 8bits.
- L8: Grayscale values, stored on 8bits.
- RGB8: RGB colors, stored on 8bits.
- L16: Grayscale values, stored on 16bits.
- RGB16: RGB colors, stored on 16bits.
- L16F: Grayscale values - positive and negatives, stored on 16bits floating.
- RGB16F: RGB colors - positive and negatives, stored on 16bits floating.
- L32F: Grayscale values - positive and negatives, stored on 32bits floating.
- RGB32F: RGB colors - positive and negatives, stored on 32bits floating.
Note: The storage type is not a color space/gamma control. The data used for storing the information of a channel (for example sRGB8 or L32F) has no effect on the way the application will read them. For example the Roughness channel will still be considered as data/raw, and the Base Color will still be considered as gamma corrected. The last action of the menu can be used to enable or disable color management on the channel:
- Color channel: if enabled, the channel is color managed. This option can only be manually modified for User channels.
Color managed
Mixing settings
These settings control various behavior on how channels are generated, notably how channels are combined with the baked textures (mesh maps).
Controls how the “baked normal map” should be combined with the “Normal” channel. Possible values are:
- Replace : Ignore the “baked normal map” and will only use the “Normal” channel for this Texture Set. Can be used to paint over a baked normal map. See the advanced channel paintingdocumentation for more information. if the Normal channel is not present or if the Normal channel output is empty the baked normal map will still be used.
- Combine (default) : Use a detail oriented function to combine the “Normal” channel and the “baked normal map”.
Note: This setting may be disabled if the channel is missing in the channels’ list. If the channel is missing, the default mixing value is used.
Controls which method to use to convert the height channel into a normal map. Possible values are:
- Sharp: produce a more defined normal map at the risk of introducing noise and aliasing. Adapted for repeating patterns like fabrics.
- Smooth (Sobel) (default): produce a smoother normal map with a Sobel filter at the risk of losing details. Adapted for most cases.
Controls how the “baked ambient occlusion” should be combined with the “Ambient Occlusion” channel. Possible values are:
- Replace : Ignore the “baked ambient occlusion” and will only use the “Ambient Occlusion” channel for this Texture Set. Can be used to paint over a baked ambient occlusion. See the advanced channel painting documentation for more information.
- Multiply (default) : Use a multiply operation to combine the “Ambient Occlusion” channel and the “baked ambient occlusion”.
Note: This setting may be disabled if the channel is missing in the channels’ list. If the channel is missing, the default mixing value is used.
Controls how the padding outside the UV island is generated. Possible values are:
- 3D Space Neighbor (default): Look at the other side of the UV seam to find the neighbor pixel color and use it at the UV border. This setting is recommend when painting across UV seams with continuous patterns. Example with regular padding at left, and the 3D Neighbor on the right:
{width="450px"}
- 2D Space Neighbor: Copy the pixel inside an UV island to the border outside the UV island before generating the padding. This settings is recommended when UV islands have very opposed information and don’t overlap. Example with a sphere where bands have each a unique color per UV islands, on the left with the 2D neighbor setting setting and 3D neighbor on the right (notice the bleeding):
{width="450px"}
Note: This padding setting is saved per Texture Set and taken into account during the texture export and visualization into the viewport.Because of how the the 3D space neighbor works it cannot be be used with the normal channel and will use the 2D version instead.
Mesh maps
The Mesh maps are baked textures specific to the mesh and Texture Set used to augment the quality of the texturing with the help of filters, Smart Materials and Smart Masks. For more details see the bakingdocumentation.