Need to Know : 

As it currently stands only Nuke & Fusion can add post color corrections (also know as Tone Mapping) correctly. Photoshop and After Effects require addition plug-ins. This means if you are doing Animations you can keep your animation/Image Linear, if your doing stills you will need to save your correction out of the V-Ray Frame buffer or use separate render channels option in Vray (this will save/bake your correction) but you are saving the highlight burn into the file.Here are some plugin you can upgrade Photoshop & After Effects.

http://www.dummies.com/photography/digital-photography/types-of-photography/how-to-tone-map-hdr-images-with-photoshop/

Arion FX – http://www.randomcontrol.com/-for-photoshop

Photomatix – https://www.hdrsoft.com/download/pluginwin.html

  • Image >Adjustments >HDR Toning
  • Copy setting above (I’ll keep working on these)
  • Tone Curve and HistogramFirst point: 0, 0
  • Second: 27, 23
  • Third: 89, 90
  • Fourth 100, 93

Use this if you are manually loading in a color correction from 3dsmax.

  1. Load the LUT
    1. NUKE: Load using the Vectorfield Gizmo
  1. Non LUT’s
    1. You can recreate the 3dsmax&VRay style with custom gizmos like :
    1. LINK : https://forums.chaosgroup.com/forum/v-ray-for-3ds-max-forums/v-ray-for-3ds-max-tutorials-tips-tricks/62729-tone-mapping-in-nuke
    2. Or use a expression Node
Expressions, Change the BurnAmount to a number between 0-1
r*(1+r*(BurnAmount**2))/(1+r)
g*(1+g*(BurnAmount**2))/(1+g)
b*(1+b*(BurnAmount**2))/(1+b)

Setting up 3dsmax for correct colorspace

  • Enable gamma / LUT Correction : On
  • Gamma : 2.2
  • Material and Colors : Both On
  • Linear Multiply
  • Gamma : 2.2
  • Dark/Bright Multiplier: 1.0
  • Sub-Pixel Mapping: OFF
  • Affect Background: ON
  • Linear Workflow: OFF
  • Clamp output : OFF

Linear multiply – Simply multiplies the final image colors based on their brightness without applying any changes. The default selection.

Burn value – If this value is 1.0, the result is the same as setting Type to Linear multiply.

None (don’t apply anything) – This can be useful, for example, if you know that you will apply some color correction to the image later on, but wish to keep the rendering itself in linear space for compositing purposes.

sRGB Color Space

Button On or Off?  Pre V-Ray’s manual:

Enable this button. Displays the image in sRGB color space. Click and hold the left mouse button to switch between sRGB color space and ICC.

LINK : Chaos group – sRGB color space

But WHAT does it DO?

  • ON : When on it show you the linear render (computer sees) in sRGB color space (what you see), basically  standard monitor LUT (sRGB)
  • OFF : When off (not highlighted) it is showing you what a linear color (computer sees) looks like in monitor color space (sRGB).

Save to EXR’s w/ Multipass embeded

  • Save your renders through the V-Ray Tab as a raw render
  • Save as Type : OpenEXR image files (*.exr)
  • EXR/VRST/VRSM 32-bit output : Off
  • Deep EXR: Off
  • Dot Delimited frame numbers: On

exr multipart – When enabled, V-Ray will save the multichannel OpenEXR files in a format that is read much faster. Note that this option is only compatible with OpenEXR 2 and above.

Over Bright’s & Blown outs

“WHY IS IT OVER BRIGHT!!!!”. Don’t worry this is normal.

Adjust the Highlight Burn

  1. Turn on your “Show correction Control” in the VRay  window.
  2. Turn on your “Exposure” Control
  3. The Highlight Burn work a lot like the “Burn Value” when using Reinhard.
    1. This is where you’ll get the render close
  4. Other software might call this Soft Shoulder or Soft Clip

“WHY IS IT OVER BRIGHT!!!!”. Don’t worry this is normal.

Adjust your camera exposure

LUT / Cube Workflow

  • Optional to a compositing package : Export out a LUT ( Basically saves the correction you did in the V-Ray window ) fileClick on Globals…
  • Click on Save
  • Make sure to set the save file to .cube as most programs don’t support the .vccglb format