Log In
New Account
Home My Page Projects Blender 2.x BF release
Summary Activity Tracker SCM Files

Patches: Browse

[#29392] White background color for AO and shadow passes

Date:
2011-11-25 09:00
Priority:
3
State:
Open
Submitted by:
Lukas Toenne (lukastoenne)
Assigned to:
Brecht Van Lommel (blendix)
Category:
Rendering
Group:
None
Resolution(Old, use status):
None
Resolution:
Patch for:
 
Summary:
White background color for AO and shadow passes
Detailed description
For "subtractive" passes, such as AO and shadows, it makes compositing much easier when the default background color is white instead of black (no additional masking required). This was a request by Sebastian Koenig.

This patch initializes AO and shadow background color as white and then treats ao and shad values in render result as negative influences on full lighting:

result -= 1 - color
<=> result += color - 1

i.e. OSA filtering uses the (shr->ao - 1) values.

Currently that light transformation happens at final pass filtering, but Ton suggested to move this further down "to the shader level".

Compatibility code has been added in the form of a new render layer flag "black background", which is off by default and enabled by do_versions for old files, to avoid breaking old compositor setups with compensation masks. Brecht suggested moving such compatibility switches into a separate UI section to avoid clutter.

Followup

Message
  • Date: 2011-11-25 09:29
  • Sender: Lukas Toenne
  • Added two images to demonstrate the effect
  • Date: 2012-03-06 01:47
  • Sender: Tom Musgrove
  • Hopefully brecht can look
 

Attached Files:

Name Date Download
AO_shadow_white_bg_2.diff 2011-11-25 09:00 Download
AO_shadow_black_bg.png 2011-11-25 09:29 Download
AO_shadow_white_bg.png 2011-11-25 09:29 Download

Changes:

Field Old Value Date By
assigned_tonone2012-03-06 01:47letterrip
File Added18507: AO_shadow_white_bg.png2011-11-25 09:29lukastoenne
File Added18506: AO_shadow_black_bg.png2011-11-25 09:29lukastoenne
File Added18505: AO_shadow_white_bg_2.diff2011-11-25 09:00lukastoenne