Class
Driver
Synopsis
Use the tonemap imager to artistically modify the image's tone mapping using a filmic or a modified Reinhard curve.
Both the strength and the length need to be different from 0, for the toe and shoulder to make a difference.
input
Input points to the previous imager operation in the chain (so that you can stack them and apply multiple operations serially).enable
Enables the imager.layer_selection
Selects layers processed by this imager with a glob or operator expression. An imager can use a selection to determine what nodes will be selected to be processed by the imager at render time. The selection is an expression that can consist of multiple selections concatenated by: Each selection uses glob patterns and regular expressions and a node will be processed by the imager if the expression matches the node name. By default, glob matching is used unless the selection is in a regex quote, i.e. or
(union)and
(intersection)not
(negation)and not
(exclusion)()
for nested scopingr'<my_regex>'
. For example:specular or diffuse
not r'sss_(direct|indirect)'
r'color_(mask1|mask2)' or r'mask[34]'
mode
Tonemap mode.
There are no images attached to this page. |
filmic_toe_strength
Amount of curvature for the tonemap curve in the darker values.
There are no images attached to this page. |
There are no images attached to this page. |
filmic_toe_length
Amount of darker values affected by the toe.
There are no images attached to this page. |
toe_strength:0.5
There are no images attached to this page. |
filmic_shoulder_strength
Amount of curvature for the tonemap curve in the brighter values.
There are no images attached to this page. |
There are no images attached to this page. |
filmic_shoulder_length
Amount in f-stops of brighter values affected by the shoulder.
There are no images attached to this page. |
There are no images attached to this page. |
filmic_shoulder_angle
Curve slope when white is reached.
There are no images attached to this page. |
There are no images attached to this page. |
reinhard_highlights
Reinhard photographic tonemap operator strength.
There are no images attached to this page. |
There are no images attached to this page. |
reinhard_shadows
Additional tonemapping control for darker values.
There are no images attached to this page. |
There are no images attached to this page. |
preserve_saturation
Preserves color saturation for extreme bright values.
This is for values that are beyond 1, if you don’t preserve saturation they go to white, otherwise, they keep their color.
Disabled (default). Rollover image to view enabled.
gamma
Gamma curve exponent for midtones value control.
There are no images attached to this page. |