[Bf-blender-cvs] [6ab7b384645] master: Sound: More fixes for access of original scene

Sergey Sharybin noreply at git.blender.org
Fri May 3 17:28:00 CEST 2019


Commit: 6ab7b384645397348eac954a1a293abc62c3ac36
Author: Sergey Sharybin
Date:   Fri May 3 17:27:13 2019 +0200
Branches: master
https://developer.blender.org/rB6ab7b384645397348eac954a1a293abc62c3ac36

Sound: More fixes for access of original scene

Same as previous commit, just few lines to the bottom.

===================================================================

M	source/blender/editors/screen/screen_ops.c

===================================================================

diff --git a/source/blender/editors/screen/screen_ops.c b/source/blender/editors/screen/screen_ops.c
index ff8946c0320..8219a629b49 100644
--- a/source/blender/editors/screen/screen_ops.c
+++ b/source/blender/editors/screen/screen_ops.c
@@ -4404,7 +4404,7 @@ static int screen_animation_step(bContext *C, wmOperator *UNUSED(op), const wmEv
     }
 
     if (sad->flag & ANIMPLAY_FLAG_JUMPED) {
-      BKE_sound_seek_scene(bmain, scene);
+      BKE_sound_seek_scene(bmain, scene_eval);
 #ifdef PROFILE_AUDIO_SYNCH
       old_frame = CFRA;
 #endif



More information about the Bf-blender-cvs mailing list