Blender Git Loki

Git Commits -> Revision 0bb36e9

Revision 0bb36e9 by Matt Ebb (master)
January 27, 2010, 00:22 (GMT)
Fixes to Color Balance node:

* The Lift/Gamma/Gain formula previously was incorrect, fixed this and
removed conversions - now the RNA values are the same as what goes into
the formula.
* Because of this, added the ability for the Value slider to map to a wider range
than 0.0-1.0. The black/white gradient remains the same, in this case just
indicating darker/brighter rather than absolute colour values. Also added ability
for color wheels to be locked at full brightness (useful for this case, where the
color value itself is dark).
* Added an alternate formula - offset/power/slope (asc-cdl). This fits the standard
Color Decision List formula, here for compatibility with other systems, though
default Lift/Gamma/Gain is easier to use and gives nicer results.

Commit Details:

Full Hash: 0bb36e9ced06b04b961300b21211f456c7035bcf
SVN Revision: 26319
Parent Commit: ebafb7e
Lines Changed: +170, -70

8 Modified Paths:

/source/blender/editors/include/UI_interface.h (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+8, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+6, -3) (Diff)
/source/blender/editors/interface/interface_widgets.c (+10, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+37, -14) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+43, -27) (Diff)
/source/blender/makesrna/intern/rna_ui_api.c (+1, -0) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_colorbalance.c (+64, -24) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021