Search is based on keyword.
Ex: "Procedures"
Do not search with natural language
Ex: "How do I write a new procedure?"
Channel Node
Access: Nodes > Misc > Channel
The Channel node is an important node for Mari because it's essential for getting textures out of the software and into the renderer you need to use. The Channel node usually comes at the end of your node tree, where your textures are going to be exported from. It defines the size, bit depth and view transform of your texture maps.
Channel Node Inputs
Input - Defines the textures and values that are be read and ultimately exported as texture channels from your Mari project.
Channel Node Properties
File Space dropdown list |
This defines how values are exported. The default of Normal changes nothing. For Vector, the data will be treated as vector data and remapped. Vector_Y_Flip does the same but inverts the Y component. Normal_Y_Flip changes nothing but inverts the Y component. |
Size dropdown list |
Chooses the resolution of the images when exported. |
Depth dropdown list |
Chooses the bit depth of the images that are exported. |
Color Data
Colorspace dropdown list |
If the Raw Data checkbox is disabled then you can define the color space of the color data of the Channel. |
Raw Data checkbox |
A toggle to define if the data is raw or in a different color space. Disabling this allows you to change the color space dropdown, potentially resulting in a conversion when displayed and exported. |
Scalar Data checkbox |
Defines if values going through the Channel are color or Scalar Data. If you enable this the view transform will be changed to None. |
Mask Data
Colorspace dropdown list |
If the Raw Data checkbox is disabled then you can define the color space when using the Channel for a mask. |
Raw Data checkbox |
A toggle to define if the data is raw or in a different color space when used for a mask. Disabling this allows you to change the color space dropdown, potentially resulting in a conversion when displayed and exported. |
Scalar Data checkbox |
Defines if values going through the Channel are color or Scalar Data when used as a mask. If you enable this the view transform will be changed to None. |
Channel Node Workflow Example
Setting up Channels for Export and Lookdev
In Mari, it's important to set up channels for every texture map you wish to export, and have them connected so that they are always displayed with the correct view transform. A benefit of having them as Channel nodes is that from there we can hook them up to a shader to show all our material channels at once.
Tip: For a deeper look at material workflows checkout the Material node documentation.
In the example we have our final Multi-Channel Merge node which is outputting multiple ready for export texture channels, however our renderer will not need all of them. We already have most of them connected to Channel nodes, but have yet to set up a channel for our Bump Map. In the viewport, the shader we are viewing is looking quite flat too, so it will be great to get the bump hooked up.
Note: It’s important to hook up your Channel nodes before adding them to the Shader so the view transform is correct.
First a Channel node needs to be added. When this is done a dialog pops up requesting the properties of the new Channel. You need to make sure when selecting a Channel that the settings are correct to your project. Since this is going to a bump channel, the Depth has been changed to 16 bit.
Tip: Mari by default exports the Size you set here, so make sure that is set up correctly to whatever size texture you will be inputting.
Since a Bump map’s information is pure data, we don't want it to be affected by the view transform inside of Mari. Clicking the Scalar Data checkbox under color data will correctly display the Bump map. Being aware of this is important when creating new channels.
Whatever is plugged into the input of the Bump Channel node will export as a bump map for us when we use the Export Manager. Hook up the Bump channel from the Multi Channel Merge node and then plug that into the shader afterwards.
Now that’s all plugged in we can see the Bump when viewing our shader, which is looking more realistic. We can also export that properly now which is the main purpose for adding Channel nodes.
Related Nodes
Sorry you didn't find this helpful
Why wasn't this helpful? (check all that apply)
Thanks for your feedback.
If you can't find what you're looking for or you have a workflow question, please try Foundry Support.
If you have any thoughts on how we can improve our learning content, please email the Documentation team using the button below.
Thanks for taking time to give us feedback.