[Bf-blender-cvs] [610c427] multiview: From Review: clarify function explanation

Dalai Felinto noreply at git.blender.org
Tue Nov 25 18:56:45 CET 2014


Commit: 610c4273ec36f161a79e8e1f66b9b2273b63312b
Author: Dalai Felinto
Date:   Mon Nov 24 16:25:18 2014 -0200
Branches: multiview
https://developer.blender.org/rB610c4273ec36f161a79e8e1f66b9b2273b63312b

>From Review: clarify function explanation

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

M	source/blender/blenkernel/BKE_image.h

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

diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index 85b220f..3233a2b 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -185,7 +185,7 @@ void BKE_image_walk_all_users(const struct Main *mainp, void *customdata,
 
 /* ensures an Image exists for viewing nodes or render */
 struct Image *BKE_image_verify_viewer(int type, const char *name);
-/* reset viewer nodes cache when the number of cache doesn't match the needed cached views */
+/* ensures the view node cache is compatible with the scene views */
 void BKE_image_verify_viewer_views(const struct RenderData *rd, struct Image *ima, struct ImageUser *iuser);
 
 /* force an ImBuf to become part of Image */




More information about the Bf-blender-cvs mailing list