Limit MinMax node description
DESCRIPTION
![]()
The Limit Min Max Node finds minimum and maximum of value(s). This node actually has different input attributes for using different kinds of data.
For simple numbers, you use the Input1D attribute and get the result from Output1D. For 2d attributes, such as UV coordinates, you use the Input2D attribute and get the result from Output2D. For 3d attributes, like vectors or colors or 3d coordinates, you use the Input3D attribute and get the result from the Output3D attribute. Each of these input attributes (Input1D, Input2D, and Input3D) are special, in that they each hold a list of values, rather than just one value. Each of the elements of the list are assigned their own number. The first connection is assigned a 0, then next 1, and so on.
ATTRIBUTE
Name: operation (opt)
Type: enum
Default: 1
Note: Specifies type of operation. type could be :
0: no operation - input value(s) pass through node without any changes.
1: min (default) - find minimum value(s) of input
2: max - find maximum value(s) of input
Name: input1D (i1)
Type: float
Default: 0.0
Note: The input1D value
Name: input2D (i2)
Type: compound float2
Default: 0.0, 0.0
Note: The input2D value
Name: input3D (i3)
Type: float3
Default: 0.0, 0.0, 0.0
Note: The input3D value
Name: output1D (o1)
Type: float
Default: 0.0
Note: The output1D value(float)
Name: output2D (o2)
Type: float2
Default: 0.0, 0.0
Note: The output2D value
Name: output3D (o3)
Type: float3
Default: 0.0, 0.0, 0.0
Note: The output3D value
