Method
This node combines two numeric input values into one numeric output.
Example Nodegraph |
---|
![]() |
Attributes
Name |
Description |
---|
Current Value |
Shows the current value of the effect. Cannot be directly changed. |
Value 1 |
The first input value |
Value 2 |
The second input value |
Combiner Operation |
How the two inputs are to be combined:
- Add, Add value 1 to value 2.
- Add Saturated, Add value 1 and value 2, but clamp the output between 0 and 1.
- Subtract, Subtract value 2 from value 1.
- Subtract Saturated, Subtract value 2 from value 1, but clamp the output between 0 and 1.
- Multiply, Multiply value 1 and value 2.
- Min, Compare value 1 and value 2, and select the minimum value.
- Max, Compare value 1 and value 2, and select the maximum value.
|
Modifier Operation |
The operation to be performed on the targeted parameter.
- Add, adds to the parameter value.
- Subtract, subtracts from the parameter value.
- Multiply, multiplies the parameter value.
- Replace, replaces the parameter value.
|
Inputs
Name |
Description |
Typical Node Input |
---|
Value 1 |
The first input value |
Other Modifiers |
Value 2 |
The second input value |
Other Modifiers |
Outputs
The output is a numeric value that acts upon a connected parameter input of another node, using the operation method selected.