Blender Git Loki

Git Commits -> Revision 1d3186c

Revision 1d3186c by Matt Ebb (master)
January 20, 2010, 04:19 (GMT)
Durian request: Added 'Color Balance' node to compositor. uses Lift/Gamma/Gain
similar to sequence editor.

--> http://mke3.net/blender/devel/2.5/color_balance_node.jpg

Also added 0 key (zero key) shortcut when mouse is over a button, to reset it to its default value.
Same as the RMB menu ->Reset to Default, except for color wheels, it only resets the hue/sat/value
components that that widget affects.

Peter/Xavier: The existing color balance code can generate NaNs (fractional power of a negative),
which causes havoc along the image pipeline. I added a check in the node code to prevent this.

Still plenty of potential for lots of better colour correction tools in the compositor, just needs time...

Commit Details:

Full Hash: 1d3186cbcf9e3e463e4e6362ac76862b801cf7ba
SVN Revision: 26128
Parent Commit: 8bcf66e
Lines Changed: +418, -222

14 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/node.c (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_color.h (+4, -0) (Diff)
/source/blender/blenlib/intern/math_color.c (+14, -0) (Diff)
/source/blender/editors/interface/interface.c (+11, -0) (Diff)
/source/blender/editors/interface/interface_handlers.c (+59, -0) (Diff)
/source/blender/editors/interface/interface_intern.h (+2, -0) (Diff)
/source/blender/editors/space_image/space_image.c (+224, -221) (Diff)
/source/blender/editors/space_node/drawnode.c (+26, -1) (Diff)
/source/blender/makesdna/DNA_node_types.h (+12, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+51, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+1, -0) (Diff)
/source/blender/nodes/CMP_node.h (+1, -0) (Diff)
/source/blender/nodes/intern/node_util.h (+11, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021