[Bf-blender-cvs] [a87fd88] multiview: From review: small change and a new TODO to the list:

Dalai Felinto noreply at git.blender.org
Wed Nov 26 19:44:58 CET 2014


Commit: a87fd88c6bf9de6fd7f2d6e1a20289421b7d781c
Author: Dalai Felinto
Date:   Tue Nov 25 23:33:39 2014 -0200
Branches: multiview
https://developer.blender.org/rBa87fd88c6bf9de6fd7f2d6e1a20289421b7d781c

>From review: small change and a new TODO to the list:

If a movie fails for one view what to do?

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

M	source/blender/blenkernel/intern/image.c

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

diff --git a/source/blender/blenkernel/intern/image.c b/source/blender/blenkernel/intern/image.c
index b7b6a06..2a5a641 100644
--- a/source/blender/blenkernel/intern/image.c
+++ b/source/blender/blenkernel/intern/image.c
@@ -3228,7 +3228,7 @@ static ImBuf *image_load_movie_file(Image *ima, ImageUser *iuser, int frame)
 				image_assign_ibuf(ima, ibuf_arr[i], i, frame);
 			}
 			else
-				ima->ok &= 0;
+				ima->ok = 0;
 		}
 	}
 	else




More information about the Bf-blender-cvs mailing list