Blender Git Loki
Git Commits -> Revision b8f22a0
Revision b8f22a0 by Lukas Toenne (master) November 6, 2013, 12:44 (GMT) |
Syncing methods for Color Balance node LGG and ASC-CDL modes. The settings for either mode are converted into equivalent settings of the other. This keeps the result of both modes roughly the same and mimics the previous behavior when settings were shared by both modes (but not equivalent). NOTE: Due to the use of additional sRGB conversion in the LGG mode the result is not entirely accurate, this should perhaps be fixed. Settings for each mode are kept in their own color values nevertheless, this avoids potential problems with float precision. |
Commit Details:
Full Hash: b8f22a0565c7b4a1b0b1eb2e8fbdaa3ebbd1a99e
SVN Revision: 61162
Parent Commit: b91e841
Lines Changed: +79, -7
5 Modified Paths:
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_node.h (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+18, -6) (Diff)
/source/blender/nodes/composite/nodes/node_composite_colorbalance.c (+30, -0) (Diff)
/source/blender/blenkernel/BKE_node.h (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+27, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+18, -6) (Diff)
/source/blender/nodes/composite/nodes/node_composite_colorbalance.c (+30, -0) (Diff)