Blender Git Loki
Git Commits -> Revision 74d3d13
Revision 74d3d13 by Peter Schlaile (master) June 16, 2009, 21:16 (GMT) |
== Sequencer == Fixed color balance tool. Problem was: we pretended to do Lift/Gamma/Gain, but in reality we did (1-Offset)/Power/Slope. (slightly modified ASC CDL). So now, the GUI is able to switch modes between ASC CDL-mode and real Lift/Gamma/Gain. It also adds a switch to enable Neutral Black/White flipping (very usefull for black point selection) This closes: [#18078] bugfix #18010 Sequencer lift |
Commit Details:
Full Hash: 74d3d136dbd98f59fb7ba2f9b908330caf15e411
SVN Revision: 20942
Parent Commit: 2faf20c
Lines Changed: +268, -47
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+3, -0) (Diff)
/source/blender/include/butspace.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+14, -4) (Diff)
/source/blender/src/buttons_scene.c (+239, -38) (Diff)
/source/blender/src/editseq.c (+4, -0) (Diff)
/source/blender/src/sequence.c (+6, -5) (Diff)
/source/blender/include/butspace.h (+2, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+14, -4) (Diff)
/source/blender/src/buttons_scene.c (+239, -38) (Diff)
/source/blender/src/editseq.c (+4, -0) (Diff)
/source/blender/src/sequence.c (+6, -5) (Diff)