Blender Git Loki
Git Commits -> Revision 2e90815
Revision 2e90815 by Clément Foucault (master) August 18, 2020, 13:39 (GMT) |
Fix T77564: VSE (and compositor background) lost stereoscopy preview Issue introduced on fe045b2b77dc6d7f0b552619fe824b496d34db6c. Since the stereoscopy compositing (anaglyph, ...) is only done for viewports the VSE preview and compositor need to use viewports. Reviewed by: dfelinto Differential Revision: https://developer.blender.org/D8472 |
Commit Details:
Full Hash: 2e908156d0c744e526e165b386c61a0a4d0e8ed0
Parent Commit: 63998d3
Lines Changed: +34, -2
5 Modified Paths:
/source/blender/editors/space_node/node_draw.c (+7, -0) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+11, -1) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+12, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+3, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+11, -1) (Diff)
/source/blender/gpu/GPU_framebuffer.h (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_framebuffer.cc (+12, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+3, -1) (Diff)