Blender Git Commit Log
Git Commits -> Revision 3d7867d
Revision 3d7867d by Sergey Sharybin (master) February 27, 2013, 10:26 (GMT) |
Added RGBA|RGB channels toggle to sequencer preview Main purpose of this is to be more compatible with older versions of blender (before alpha cleanup) where sequencer used to display premultiplied image on an straight opengl viewport. Now sequencer preview would behave closer to image editor However adding Alpha and R|G|B displays is not so simple because sequencer is using 2D textures. Would be nice to implement this options as well, but this is not so much important IMO. This hall fix - #34453: VSE: Subtract function does not work properly TODO: Make RGBA display default for our startup.blend |
Commit Details:
Full Hash: 3d7867d7f0955cb856c28425e52b18d1a1925d1e
SVN Revision: 54904
Parent Commit: 4e59fb2
Lines Changed: +24, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+6, -3) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -2) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+6, -3) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+15, -2) (Diff)