From 8b84c5f9de32e42e835a15aa1ef05504d0a4c198 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 29 Jul 2015 12:52:03 +0200 Subject: Port optimization from gooseberry branch: Treat scrubbing as animation. This is checked during various updates to avoid some costly calculations. --- source/blender/blenloader/intern/readfile.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenloader') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index 90aafa9f3ee..541b4015a1b 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -5948,6 +5948,7 @@ static void lib_link_screen(FileData *fd, Main *main) sc->scene = main->scene.first; sc->animtimer = NULL; /* saved in rare cases */ + sc->scrubbing = false; for (sa = sc->areabase.first; sa; sa = sa->next) { SpaceLink *sl; -- cgit v1.2.3