Blender Git Loki
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