Blender Git Commit Log

Git Commits -> Revision 10d2ee6

Revision 10d2ee6 by Luca Rood (master)
February 15, 2017, 19:10 (GMT)
Remove redundant draw call (sequencer)

`SEQUENCER_OT_slip` was calling `draw_sequence_extensions` to redraw the
extensions during modal operation, but that is redundant, as it is
already called by the regular draw loop. Because it was called on top of
the draw loop, it was actually obscuring other parts of the strip that
would normally be drawn on top of it.

Somewhat part of 49043

Commit Details:

Full Hash: 10d2ee6287e683811067551ed96557a23754c835
Parent Commit: 45bebbf
Lines Changed: +1, -25

3 Modified Paths:

/source/blender/editors/space_sequencer/sequencer_draw.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+0, -23) (Diff)
/source/blender/editors/space_sequencer/sequencer_intern.h (+0, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021