How Can We Help?

How to Linear Workflow: Nuke

You are here:
< Back to Wiki

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)

Leave a Reply

Table of Contents