Multi Blend#
(TextureMultiBlend)
- Category:
Texture/Color
- Default object name:
multi_blend
Description#
Provides a comprehensive blend node with 8 layers instead of 2.
Attributes#
Name | Type | Description |
---|---|---|
Pass Through | bool |
If checked, the current texture is not evaluated and the value of the attribute selected in Pass Through Attribute is directly forwarded. |
Master Input | string |
Name of the attribute that will be used as output if Pass Through is enabled. |
Invert | bool |
If checked, the texture is inverted. |
Opacity | double |
Set the opacity of the texture. |
Enable Layer 1 | bool |
Enables/disables the first layer. |
Layer 1 Label | string |
Label of the first layer. Purely cosmetic, to help remember what the layer is about. |
Layer 1 Color | double[3] |
Color of the first layer. |
Layer 1 Weight | double |
Mask of the first layer. |
Enable Layer 2 | bool |
Enables/disables the second layer. |
Layer 2 Label | string |
Label of the second layer. Purely cosmetic, to help remember what the layer is about. |
Layer 2 Mode | long |
Blending mode of the second layer. |
Layer 2 Color | double[3] |
Color of the second layer. |
Layer 2 Mix | double |
Mask of the second layer. |
Enable Layer 3 | bool |
Enables/disables the third layer. |
Layer 3 Label | string |
Label of the third layer. Purely cosmetic, to help remember what the layer is about. |
Layer 3 Mode | long |
Blending mode of the third layer. |
Layer 3 Color | double[3] |
Color of the third layer. |
Layer 3 Mix | double |
Mask of the third layer. |
Enable Layer 4 | bool |
Enables/disables the fourth layer. |
Layer 4 Label | string |
Label of the fourth layer. Purely cosmetic, to help remember what the layer is about. |
Layer 4 Mode | long |
Blending mode of the fourth layer. |
Layer 4 Color | double[3] |
Color of the fourth layer. |
Layer 4 Mix | double |
Mask of the fourth layer. |
Enable Layer 5 | bool |
Enables/disables the fifth layer. |
Layer 5 Label | string |
Label of the fifth layer. Purely cosmetic, to help remember what the layer is about. |
Layer 5 Mode | long |
Blending mode of the fifth layer. |
Layer 5 Color | double[3] |
Color of the fifth layer. |
Layer 5 Mix | double |
Mask of the fifth layer. |
Enable Layer 6 | bool |
Enables/disables the sixth layer. |
Layer 6 Label | string |
Label of the sixth layer. Purely cosmetic, to help remember what the layer is about. |
Layer 6 Mode | long |
Blending mode of the sixth layer. |
Layer 6 Color | double[3] |
Color of the sixth layer. |
Layer 6 Mix | double |
Mask of the sixth layer. |
Enable Layer 7 | bool |
Enables/disables the seventh layer. |
Layer 7 Label | string |
Label of the seventh layer. Purely cosmetic, to help remember what the layer is about. |
Layer 7 Mode | long |
Blending mode of the seventh layer. |
Layer 7 Color | double[3] |
Color of the seventh layer. |
Layer 7 Mix | double |
Mask of the seventh layer. |
Enable Layer 8 | bool |
Enables/disables the eighth layer. |
Layer 8 Label | string |
Label of the eighth layer. Purely cosmetic, to help remember what the layer is about. |
Layer 8 Mode | long |
Blending mode of the eighth layer. |
Layer 8 Color | double[3] |
Color of the eighth layer. |
Layer 8 Mix | double |
Mask of the eighth layer. |
Enable Clamping | bool |
Enables/disables clamping of the overall result. When disabled, the result can take any values, including negative ones. |
Min Value | double |
Minimum value over which each channel of the result will be clamped. |
Max Value | double |
Maximum value under which each channel of the result will be clamped. |