Blender Git Loki
Git Commits -> Revision daf6f5f
Revision daf6f5f by Thomas Beck (master) December 28, 2015, 11:16 (GMT) |
White Balance modifier for the VSE This snippet creates a white balance modifier for the video sequence editor. It is useful for everyone who likes to set a new white point in the video source (easily via the eyedropper). Just select a point in the source file where you know that it should be white. The algorithm will then shift the colors towards your new white point. See attached the image for a quick demo. {F270576} Reviewers: psy-fi Reviewed By: psy-fi Subscribers: Blendify Projects: #bf_blender Differential Revision: https://developer.blender.org/D1698 |
Commit Details:
Full Hash: daf6f5f81e241484ea8afc5d70ef3027969e5ac1
Parent Commit: 225b02f
Lines Changed: +124, -7
8 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/seqmodifier.c (+86, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_260.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_modifier.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+21, -1) (Diff)
/source/blender/blenkernel/BKE_sequencer.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/seqmodifier.c (+86, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_260.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_modifier.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+10, -1) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+21, -1) (Diff)