MaterialSwitch#
(Switch)
- Abstract Class
- Category:
/Material
- Default object name:
switch
- Inherits from: ProjectItem > Material
- Inherited by: MaterialRaySwitch
No corresponding User page.
Description#
A placeholder material that should be contextually replaced by an other one.
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
export_aovs |
VISUAL_HINT_DEFAULT |
Compute and write Aovs defined in the shading graph |
reference (AovStore ) |
arbitrary_output_variables |
VISUAL_HINT_DEFAULT |
Set the list of extra channels to write to the image. |
CID#
class "MaterialSwitch" "Material" {
abstract yes
#version 0.9
doc "A placeholder material that should be contextually replaced by an other one."
}