Envelope Modifier
Method #
This node generates a simple numeric value, or modifies an input value from another Modifier. You can use it to Add, Subtract, Multiply or Replace values.
The output of the node is a numeric value that can be further processed with other modifiers, or directly connected to an attribute in another node.
Parameters
These properties control the core behaviours of the node.
Parameter Details
Current Value Shows the current value of the effect. Cannot be directly changed.
Value Base value to modify the output value with.
Scale Adjust the scale/range of the modifier.
Threshold Changes the threshold for what counts toward the 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.
Incoming Operation What operation is done to the incoming value.
- None : The incoming value is only manipulated by the Scale.
- Invert : Subtract the current value from 1.
- Above Threshold : Above Threshold value is 1.0 multiplied by the Scale, else 0.0.
- Below Threshold : Above Threshold value is 1.0 multiplied by the Scale, else 0.0.
- Absolute : Treats all values as positive, ignoring the sign.
- Module (with Threshold) : Uses the remainder value after it is divided by the threshold value.
- Positive Modulo (with Threshold) : Divides the value to find the remainder using the threshold, and ignores the sign.
Inputs
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Current Value | Shows the current value of the effect. Cannot be directly changed. |
Value | Base value to modify the output value with. |
Scale | Adjust the scale/range of the modifier. |
Threshold | Changes the threshold for what counts toward the modifier. |
Operation | The operation to be performed on the targeted parameter.
|
Incoming Operation | What operation is done to the incoming value.
|
Name | Description | Typical Input |
---|---|---|
Value | Input a value from another modifier to be modified by this node. | Math Modifier |