Blender Git Commit Log

Git Commits -> Revision 69d14c0

Revision 69d14c0 by Hans Goudey (master)
July 17, 2020, 19:18 (GMT)
Fix T78959: Show current frame indicator when interface is locked

When the playhead drawing moved to an overlay, a check was added to keep
it from drawing with a locked interface. This is necessary for some overlays,
but not this one, so this removes the check, making it the responsibility of
the editor.

A context function is added to make that check easier in the future.

Differential Revision: https://developer.blender.org/D8313

Commit Details:

Full Hash: 69d14c0ddbfb6ccbc0e321169967c46389bfdd32
Parent Commit: 8b0df38
Lines Changed: +14, -7

4 Modified Paths:

/source/blender/blenkernel/BKE_context.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_screen.h (+7, -1) (Diff)
/source/blender/blenkernel/intern/context.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_draw.c (+0, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021