[Bf-blender-cvs] [ed20f7b] gooseberry: Yet another weekly issue squashed, player did not display indicator with image sequences.

Antony Riakiotakis noreply at git.blender.org
Mon Jun 8 16:03:53 CEST 2015


Commit: ed20f7bfb0ee79f6b71824de028d0e5acf52e156
Author: Antony Riakiotakis
Date:   Mon Jun 8 16:03:43 2015 +0200
Branches: gooseberry
https://developer.blender.org/rBed20f7bfb0ee79f6b71824de028d0e5acf52e156

Yet another weekly issue squashed, player did not display indicator with
image sequences.

Simple matter of storing the frame for image sequences too.

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

M	source/blender/windowmanager/intern/wm_playanim.c

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

diff --git a/source/blender/windowmanager/intern/wm_playanim.c b/source/blender/windowmanager/intern/wm_playanim.c
index 67fa136..cc84658 100644
--- a/source/blender/windowmanager/intern/wm_playanim.c
+++ b/source/blender/windowmanager/intern/wm_playanim.c
@@ -475,6 +475,7 @@ static void build_pict_list_ex(PlayState *ps, const char *first, int totframes,
 
 			picture->mem = mem;
 			picture->name = strdup(filepath);
+			picture->frame = count; /* not exact but should work for positioning */
 			close(file);
 			BLI_addtail(&picsbase, picture);
 			count++;




More information about the Bf-blender-cvs mailing list