Square Enix © Goodbye Kansas

Important: Update Your Chaos License Server by January 28, 2025
To ensure uninterrupted access to your licenses, an essential update is required by January 28, 2025. Failure to update your Chaos license server will result in the loss of access to your licenses. For detailed instructions, please visit the FAQ Article.

Table of Contents

This page provides information on V-Ray Attributes that can be added to standard shading engines.

 

Overview


The V-Ray Additional Attributes can be added to the shading engine of any material.


UI Path: ||Select shading engine|| > Attribute EditorAttributes menu > VRay > (select attribute set)

 

 

VRay Material Override


Enable All Overrides – Enables/disables all material overrides. 

V-Ray Material – Connecting a material in this slot overrides the material connected to the surface material slot of the shading engine. This gives you the ability to use a specific material only when rendering with V-Ray.

GI Material – The material V-Ray uses while calculating the GI solution.

Reflection Material – The material V-Ray uses to render the object with, when the object is seen in reflections.

Refraction Material – The material V-Ray uses to render the object with, when the object is seen through refractions. 

Shadow Material – The material used to render shadows cast from the object.

Environment Override – Allows the user to specify a local environment map for the material for reflections and refractions.

Environment Priority – If several materials in the scene override their environment maps, this option allows to specify which map takes precedence when rays bounce between those objects.


Add to node:

vray addAttributesFromGroup "VRayMtl1SG" "vray_specific_mtl" 1;

Attributes:

vrayEnableAllOverrides
vrayEnableSpecificSurfaceShader
vraySpecificSurfaceShader
vrayEnableGIMaterial
vrayGIMaterial
vrayEnableReflectMaterial
vrayReflectMaterial
vrayEnableRefractMaterial
vrayRefractMaterial
vrayEnableShadowMaterial
vrayShadowMaterial
vrayEnableEnvironmentOverride
vrayMtlEnvironmentOverride
vrayMtlEnvironmentPriority

 

 

 

 

Material ID


Material ID – The color used by the "Material ID" render element.

Multimatte ID – The integer ID of the material to be used by the "Multimatte" render element.
 

Add to node:

vray addAttributesFromGroup "VRayMtl1SG" "vray_material_id" 1;

Attributes:

vrayColorId
vrayMaterialId

 

 

Round Edges


When added to a shading group the Round Edges attribute has the same behavior as when applied to a mesh. It will affect all objects to which the shading group is connected. Click here to see the full documentation of the Round Edges attribute. 

Was this helpful?