forked from bartvdbraak/blender
This fixes ALT+A playback in 3d windows, with one or more windows having
unlocked (not scene) layers. Depgraph pickyness.
This commit is contained in:
parent
5166a1ee92
commit
5991b078c9
@ -495,7 +495,7 @@ static void do_update_for_newframe(int mute, int events)
|
||||
}
|
||||
|
||||
/* this function applies the changes too */
|
||||
scene_update_for_newframe(G.scene, G.vd?G.vd->lay:G.scene->lay); /* BKE_scene.h */
|
||||
scene_update_for_newframe(G.scene, screen_view3d_layers()); /* BKE_scene.h */
|
||||
|
||||
if ( (CFRA>1) && (!mute) && (G.scene->audio.flag & AUDIO_SCRUB)) audiostream_scrub( CFRA );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user