Blender Git Commit Log

Git Commits -> Revision 6538f1e

Revision 6538f1e by Aaron Carlisle (master)
December 19, 2020, 19:41 (GMT)
Compositor: New Exposure Node

This new node increases the radiance of an image by a scalar value.
Previously, the only way to adjust the the exposure of an image was with
math node or using the scene's color management.

Reviewed By: jbakker

Differential Revision: https://developer.blender.org/D9677

Commit Details:

Full Hash: 6538f1e600ad5e0ca04e8e166b848dd321023c4b
Parent Commit: 09be4a0
Lines Changed: +238, -0

5 Added Paths:

/source/blender/compositor/nodes/COM_ColorExposureNode.cpp (+37, -0) (View)
/source/blender/compositor/nodes/COM_ColorExposureNode.h (+34, -0) (View)
/source/blender/compositor/operations/COM_ColorExposureOperation.cpp (+57, -0) (View)
/source/blender/compositor/operations/COM_ColorExposureOperation.h (+49, -0) (View)
/source/blender/nodes/composite/nodes/node_composite_exposure.c (+46, -0) (View)

9 Modified Paths:

/release/scripts/startup/nodeitems_builtins.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/compositor/CMakeLists.txt (+4, -0) (Diff)
/source/blender/compositor/intern/COM_Converter.cpp (+4, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/nodes/CMakeLists.txt (+1, -0) (Diff)
/source/blender/nodes/NOD_composite.h (+1, -0) (Diff)
/source/blender/nodes/NOD_static_types.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021