Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-16 16:03:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-16 16:03:58 +0300
commit9bb06c99f3a0e7d397978dbf166ae01f85f18514 (patch)
treee73489c722c0cb39b6bf3b49c3c720c927b90d61 /intern/cycles/blender/blender_curves.cpp
parent5d5077957e6652526f6976a043b2cc49980293e8 (diff)
Cycles: Minor typo fix in debug print
Diffstat (limited to 'intern/cycles/blender/blender_curves.cpp')
-rw-r--r--intern/cycles/blender/blender_curves.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/blender/blender_curves.cpp b/intern/cycles/blender/blender_curves.cpp
index a2f76bbe091..9d51aadec53 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 */