Blender Git Commit Log
Git Commits -> Revision ba4a5ff
Revision ba4a5ff by Sergey Sharybin (master) July 11, 2012, 19:39 (GMT) |
Color management support for sequencer This adds color management controls to the sequencer space, which are applying on the displaying image. Currently used the same UI approach as was used for other areas, but this would probably be cleaned up in the nearest future. This required a bit of hackish stuff to be done, Namely color management for the sequencer requires one extra step in the conversion chain to convert sRGB float buffer to linear space. This was made by setting special flag in ImBuf. Later this could be done using input color space for the ImBuf probably. |
Commit Details:
Full Hash: ba4a5ff74f37dd010bad5cde8444f4a666149bfc
SVN Revision: 48841
Parent Commit: ecfa196
Lines Changed: +100, -15
6 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+4, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+23, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+9, -0) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+54, -11) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+23, -4) (Diff)
/source/blender/imbuf/IMB_imbuf_types.h (+9, -0) (Diff)
/source/blender/imbuf/intern/colormanagement.c (+54, -11) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -0) (Diff)