Blender Git Commit Log

Git Commits -> Revision 4de7c0c

Revision 4de7c0c by Jeroen Bakker (master)
August 23, 2018, 09:39 (GMT)
Compositor: Film-like curve

Film-like curves for the RGB Curve node (Compositor) and Curve Modifier
(Sequencer)

Film-like curves originated from Adobe.
"It?s an RGB curve where the tone curve is applied on the largest and smallest value, and then the middle value is adapted to keep a constant hue as defined by RGB-HSL/HSV. In terms of look and saturation increase it?s very similar to a pure RGB curve, more so than a HSL-L curve or HSV-V curve, but some color shift problems are avoided."

Other tools like Natron, Krita and RawTherapee have implemented this curve tone.

Reviewers: brecht, campbellbarton

Reviewed By: brecht

Tags: #compositing, #video_sequencer

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

Commit Details:

Full Hash: 4de7c0c3105a80d244dd9f2078c310331873a16b
Parent Commit: 0197329
Lines Changed: +118, -16

8 Modified Paths:

/release/scripts/startup/bl_ui/space_sequencer.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/colortools.c (+74, -6) (Diff)
/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_templates.c (+9, -4) (Diff)
/source/blender/editors/space_node/drawnode.c (+4, -4) (Diff)
/source/blender/makesdna/DNA_color_types.h (+9, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+19, -0) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021