Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page introduces you to the BlendMtl, which allows the stacking and blending of different V-Ray materials together.

 

Overview


Section
Column
width40%

VRayBlendMtl can be used to layer several V-Ray compatible materials in an efficient manner. It can be used to create complex materials like car paints, human skin (when used with VRayFastSSS2 as a base material) etc.  

You can use the VRayMtlSelect render element to split the different sub-materials of VRayBlendMtl into different render elements.  

VRayBlendMtl takes a base material and applies other materials (coatings) on top of it. This works like a stack, where each coat material blends between its own shading and that of the materials below it in the stack.

 

Column
width5%

 

Column
width55%

Image courtesy of Xiao D

 

UI Expand
titleUI Path: ||Right-click on the geometry|| > Assign New Material...
Section
Column
width5%
 
Column
width300px

||Right-click on the geometry|| > Assign New Material... > VRay section > VRay Blend Mtl

 

Column
width5%
 
Column
width280px

||V-Ray Shelf|| > Right-click to Create V-Ray Materials button > VRay Blend Mtl

 


Column
width5%
 
Column
width500px

||Hypershade|| > Window tab > Create... > VRay section > VRay Blend Mtl



Column
width5%

 

 

Base Parameters


Section
Column
width62%

Base material – The base material over which other materials are layered. If this is not specified, the base material will be assumed to be a perfectly transparent material.

Additive mode – Checking this option makes VRayBlendMtl to behave like a multi-layered Shellac material. Note that this would often result in a physically incorrect material (e.g. a material that reflects more light than falls on it). It is not recommended to use this option unless you know what you are doing.

Column
width5%

 

Column
width33%

 

Coat Materials


Section
Column
width62%

Add New Item – Adds a new Coat material.

Coat material – Specifies materials to use as coatings.

Blend amount – Specifies how much of the final result is contributed by the corresponding coating material, and the rest of the materials below it. If the Blend amount is white, the final result is comprised of the coat material only, and other materials below it are blocked. If the Blend amount is black, a coat material has no effect on the final result. This parameter can also be controlled by a texture map.

Opacity – Defines the strength of the layer.

UI Text Box
typenote

The arrows on the right reorder the coat material slots, whereas the bin deletes the coat material slot.

Column
width5%

 

Column
width33%

Notes


Fancy Bullets
  • If any of the Coat materials is a VRayMtl with Fog color different than white, it will be ignored. Fog color will be considered only for the Base material.