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/blenkernel/BKE_paint.h
parent19b3f13a84da22b4c63fd10d9fba11d7dfb6eef8 (diff)
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
svn merge ^/trunk/blender -r41005:41075
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 733ff3f357a..8a871b9ecf5 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -84,7 +84,7 @@ typedef struct SculptSession {
int modifiers_active; /* object is deformed with some modifiers */
float (*orig_cos)[3]; /* coords of undeformed mesh */
float (*deform_cos)[3]; /* coords of deformed mesh but without stroke displacement */
- float (*deform_imats)[3][3]; /* crazyspace deformation matricies */
+ float (*deform_imats)[3][3]; /* crazyspace deformation matrices */
/* Partial redraw */
int partial_redraw;