How Can We Help?
How to Linear Workflow: Nuke

Use this if you are manually loading in a color correction from 3dsmax.
- Load the LUT
- NUKE: Load using the Vectorfield Gizmo
- Non LUT’s
- You can recreate the 3dsmax&VRay style with custom gizmos like :

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)