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:
authorCampbell Barton <ideasman42@gmail.com>2011-09-21 21:15:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-21 21:15:54 +0400
commit14475d07cdae42e2ecbf0cb755ee363237a6c136 (patch)
treedf129aeacc8e039d37e0423e784dabc3076417f2 /source/blender/editors/armature/meshlaplacian.c
parentb602024a26134dd531f316a565f4255a999df6a8 (diff)
parentd78231734d6ccf224738ea76307c26f8c0d4dab4 (diff)
svn merge -r40295:40367 ^/trunk/blender
Diffstat (limited to 'source/blender/editors/armature/meshlaplacian.c')
-rw-r--r--source/blender/editors/armature/meshlaplacian.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/armature/meshlaplacian.c b/source/blender/editors/armature/meshlaplacian.c
index 218bd411f06..e32b558ff80 100644
--- a/source/blender/editors/armature/meshlaplacian.c
+++ b/source/blender/editors/armature/meshlaplacian.c
@@ -940,7 +940,7 @@ void rigid_deform_iteration()
}
else {
if(!sys->rigid.thrownerror) {
- error("RigidDeform: failed to find solution.");
+ error("RigidDeform: failed to find solution");
sys->rigid.thrownerror= 1;
}
break;
@@ -1697,7 +1697,7 @@ static void meshdeform_matrix_solve(MeshDeformBind *mdb)
}
}
else {
- error("Mesh Deform: failed to find solution.");
+ error("Mesh Deform: failed to find solution");
break;
}