[Bf-blender-cvs] [9bb06c9] master: Cycles: Minor typo fix in debug print

Sergey Sharybin noreply at git.blender.org
Fri Jan 16 14:04:07 CET 2015


Commit: 9bb06c99f3a0e7d397978dbf166ae01f85f18514
Author: Sergey Sharybin
Date:   Fri Jan 16 18:03:44 2015 +0500
Branches: master
https://developer.blender.org/rB9bb06c99f3a0e7d397978dbf166ae01f85f18514

Cycles: Minor typo fix in debug print

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

M	intern/cycles/blender/blender_curves.cpp

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

diff --git a/intern/cycles/blender/blender_curves.cpp b/intern/cycles/blender/blender_curves.cpp
index a2f76bb..9d51aad 100644
--- a/intern/cycles/blender/blender_curves.cpp
+++ b/intern/cycles/blender/blender_curves.cpp
@@ -688,7 +688,7 @@ static void ExportCurveSegmentsMotion(Scene *scene, Mesh *mesh, ParticleCurveDat
 			mesh->curve_attributes.remove(ATTR_STD_MOTION_VERTEX_POSITION);
 		}
 		else if(time_index > 0) {
-			VLOG(1) << "Filling in new motion vertex position for time_index"
+			VLOG(1) << "Filling in new motion vertex position for time_index "
 			        << time_index;
 			/* motion, fill up previous steps that we might have skipped because
 			 * they had no motion, but we need them anyway now */




More information about the Bf-blender-cvs mailing list