Material Settings

Reference

Panel:Material ‣ Settings
../../../_images/render_cycles_materials_settings_panel.png

Material Settings.

Surface

Multiple Importance Sample

By default objects with emitting materials use both direct and indirect light sampling methods, but in some cases it may lead to less noise overall to disable direct light sampling for some materials. This can be done by disabling the Multiple Importance Sample option. This is especially useful on large objects that emit little light compared to other light sources.

This option will only have an influence if the material contains an emission node; it will be automatically disabled otherwise.

Transparent Shadows
Use transparent shadows if it contains a Transparent BSDF, disabling will render faster but will not give accurate shadows.

Volume

Similar volume settings as the World settings per material.

Displacement

Obs

These Options are only available if Experimental Feature Set is turned on.

Displacement Method

Method used to perform Displacement on materials.

Displacement Only
Mesh vertices will be displaced before rendering, modifying the actual mesh. This gives the best quality results, if the mesh is finely subdivided. As a result, this method is also the most memory intensive.
Bump only
When executing the surface shader, a modified surface normal is used instead of the true normal. This is a less memory intensive alternative to actual displacement, but only an approximation. Surface silhouettes will not be accurate and there will be no self-shadowing of the displacement.
Displacement and Bump
Both methods can be combined, to do displacement on a coarser mesh, and use bump mapping for the final detail.

Viewport Settings

Viewport Color

Color
Diffuse color of the object in the 3D viewport.
Alpha
Transparency of the object in the 3D viewport.

Viewport Specular

Color
Specular reflection color of the object in the 3D viewport.
Hardness
Roughness control for the object in the 3D viewport.

Viewport Alpha

Blend Mode

Blend modes for transparent faces.

Opaque
Render color of textured face as color.
Add
Render transparent and add color of face.
Alpha Clip
Use the image alpha values clipped with no blending (binary alpha).
Alpha Blend
Render polygon transparent, depending on alpha channel of the texture.
Alpha Sort
Sort faces for correct alpha drawing (slow, use Alpha Clip instead when possible).
Alpha Anti-Aliasing
Use texture alpha to add an anti-aliasing mask, requires multi-sample OpenGL display.

Pass Index

Pass Index
Index number for the Material Index render pass. This can be used to give a mask to a material and then be read with the ID Mask Node in the compositor.