Page MenuHome

Fix Documentation: Color Management - formula formatting misleading / wrong (T54920)
ClosedPublic

Authored by Adam Kalisz (blender_ei) on May 2 2018, 1:22 PM.

Details

Summary

Hello,

I have noticed that there is a formatting issue on this wiki page (see formula at "Exposure"):
https://docs.blender.org/manual/en/dev/render/post_process/color_management.html#render

Accordingly, I have opened a new Issue in the Bug Tracker (T54920). For more detailed information, check:
https://developer.blender.org/T54920

This is my first commit to the Documentation, therefore I am open for any suggestions.

Thank you and kind regards,

Adam

Diff Detail

Repository
rBM Blender Manual

Event Timeline

I guess EXPOSURE_ADJUSTMENT is in stops, right?
So 2^{(stops)}

In my taste I would even leave out the OUTPUT_VALUE thingie (as this is not the final output, there is still color space conversion following)

I have no opinion on value (as it was before) vs. RENDER_INPUT_VALUE. (would probably just leave it on value, but I'll leave this up to others to decide)

Simplified commit for T54920 to merely fix the parenthesis instead of adding new information into the formula

After checking with @Aaron Carlisle (Blendify) on IRC, I have updated the diff to actually be more descriptive (somewhat a mix between first and second revision). Keep in mind, that Windows has trouble with the multiplication symbol (file upload of the .diff doesnt work then on differential as well!).

Changed "stops" to "exposure" in the formula.

Looks good, I will commit tonight after I finish some of my other work.

This revision is now accepted and ready to land.May 8 2018, 11:11 PM
This revision was automatically updated to reflect the committed changes.