Blender Git Loki
Git Commits -> Revision 10d2ee6
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