Jacques Lucke b8c0185544 Compositor: update node screenshots for Blender 2.8
The screenshots have been generated automatically.
To make updating screenshots automatically easier,
the images use a new naming scheme that is based
on the type name of each node.
2019-06-19 16:17:06 +00:00

962 B

Map Range Node

https://projects.blender.org/blender/blender-manual/media/commit/8bea95f74cc7d194ce8c5aeb3388f6b031834669/manual/images/compositing_node-types_CompositorNodeMapRange.png

Map Range Node.

This node allows to convert (map) an input value range into a destination range. By default, values outside the specified input range will be proportionally mapped as well. This node is similar to Map Value node but provides a more intuitive way to specify the desired output range.

Inputs

Value

Standard value input.

From Min/Max

Start/End of the input value range.

To Min/Max

Start/End of the destination range.

Properties

Clamp

Clamps values to Min/Max of the destination range.

Outputs

Value

Standard value output.

Usage

One important use case is to easily map the original range of the Z-depth channel to a more usable range (i.e: 0.0 - 1.0) for use as a matte for colorization or filtering operations.