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-10-17 07:40:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 07:40:10 +0400
commitef1a1e14511db251793e9f92572817986c048696 (patch)
tree9e1608b070478aa8f63614d6e6fbd9dd7b52ff91 /source/blender/editors/util
parent19b3f13a84da22b4c63fd10d9fba11d7dfb6eef8 (diff)
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
svn merge ^/trunk/blender -r41005:41075
Diffstat (limited to 'source/blender/editors/util')
-rw-r--r--source/blender/editors/util/crazyspace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/crazyspace.c b/source/blender/editors/util/crazyspace.c
index 6d524a59b40..f33ee744caa 100644
--- a/source/blender/editors/util/crazyspace.c
+++ b/source/blender/editors/util/crazyspace.c
@@ -438,7 +438,7 @@ void crazyspace_build_sculpt(Scene *scene, Object *ob, float (**deformmats)[3][3
int totleft= sculpt_get_first_deform_matrices(scene, ob, deformmats, deformcos);
if(totleft) {
- /* there are deformation modifier which doesn't support deformation matricies
+ /* there are deformation modifier which doesn't support deformation matrices
calculation. Need additional crazyspace correction */
float (*deformedVerts)[3]= *deformcos;