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:
authorAlexander Pinzon <apinzonf@gmail.com>2013-10-17 21:49:06 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2013-10-17 21:49:06 +0400
commitebcf9192d47fa641b2739cee10dcc898f492b169 (patch)
tree64963aeed9ad84268c08d76b7c239a2d43d47084 /source/blender/makesdna/DNA_modifier_types.h
parent7bfd0aae833a4596b7e570c055a6603175d89fd1 (diff)
Style cleanup: Coding Style.
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 3e7e1f62f70..13bd99eb78c 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1280,7 +1280,7 @@ enum {
typedef struct LaplacianDeformModifierData {
ModifierData modifier;
- char defgrp_name[64]; /* MAX_VGROUP_NAME */
+ char anchor_grp_name[64]; /* MAX_VGROUP_NAME */
int total_verts, repeat;
float *vertexco;
void *cacheSystem;