From BlenderWiki

< Doc:Manual | Lighting
Revision as of 16:50, 25 September 2009 by Smerch (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to document Blender 2.5 features please edit pages under Doc:2.5/Manual.
If a "2.5" page doesn't exist please copy the text from 2.4x Manual and edit the new page (i.e. you should paste the wikitext from this 2.4x page to this new 2.5x page and then update the latter with 2.5 features)


[edit] Exposure and Range

Mode: All Modes

Panel: Shading context → World sub-context → World

Hotkey: F8


[edit] Description

Exposure and Range are similar to the “Colour Curves” Tool in Gimp or Photoshop.

Previously Blender clipped colour straight with “1.0” (or 255) when it exceeded the possible RGB space. This caused ugly banding and overblown highlights when light overflowed (An overexposed Teapot).

Using an exponential correction formula, this now can be nicely corrected.

[edit] Options

Exposure and Range Buttons.
Exp
The exponential curvature, with 0.0 being linear, and 1.0 being curved.
Range
The range of input colours that are mapped to visible colours (0.0-1.0).

So without Exposure we will get a linear correction of all colour values:

  1. Range > 1.0: the picture will become darker; with Range = 2.0, a colour value of 1.0 (the brightest by default) will be clipped to 0.5 (half bright). (Range 2.0).
  2. Range < 1.0: the picture will become brighter; with Range = 0.5, a colour value of 0.5 (half bright by default) will be clipped to 1.0 (the brightest). (Range 0.5).


[edit] Examples

With a linear correction every colour value will get changed, which is probably not what we want. Exposure brightens the darker pixels, so that the darker parts of the Image won’t be changed at all (Range 2.0, Exposure 0.3).

An overexposed Teapot.
Range 2.0.
Range 0.5.
Range 2.0, Exposure 0.3.


[edit] Hints

Try and find the best Range value, so that overexposed parts are just not too bright. Now turn up the Exposure value, until the overall brightness of the image is satisfying. This is especially useful with area lamps.