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-12-28 15:20:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-28 15:20:45 +0400
commitf7609ed5f598359a7bfd99f0e63b27ed08d93184 (patch)
tree30dbbdc2e424f87c2b7129c27b4db11476a8b5cd /source/blender/makesdna/DNA_modifier_types.h
parentff2eb8d72f5cad83e16edcc22c6d4340e3ad72c9 (diff)
parent0b00bb236ccc65d9861bbe6e9c50cb989117c9ee (diff)
svn merge ^/trunk/blender -r42918:42920
Diffstat (limited to 'source/blender/makesdna/DNA_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 0ace54fdb3a..41ca37c8863 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -708,7 +708,7 @@ typedef struct SimpleDeformModifierData {
#define MOD_SIMPLEDEFORM_LOCK_AXIS_Y (1<<1)
/* indicates whether simple deform should use the local
- coordinates or global coordinates of origin */
+ * coordinates or global coordinates of origin */
#define MOD_SIMPLEDEFORM_ORIGIN_LOCAL (1<<0)
#define MOD_UVPROJECT_MAX 10