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:
authorJoseph Eagar <joeedh@gmail.com>2010-04-14 02:18:35 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-04-14 02:18:35 +0400
commit6c01295a0ae6bc59a7687bc18a8ad5ce21d71005 (patch)
tree7e7adbe4a52efcb93ed7e06fe75f0f708ae34d4f /source/blender/modifiers/intern/MOD_cloth.c
parent582f1621e53de507c679af1b6460bf8466ac817e (diff)
cloth init function not being called
Diffstat (limited to 'source/blender/modifiers/intern/MOD_cloth.c')
-rw-r--r--source/blender/modifiers/intern/MOD_cloth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_cloth.c b/source/blender/modifiers/intern/MOD_cloth.c
index bc2156c1ff7..d2f36a86c25 100644
--- a/source/blender/modifiers/intern/MOD_cloth.c
+++ b/source/blender/modifiers/intern/MOD_cloth.c
@@ -185,7 +185,7 @@ ModifierTypeInfo modifierType_Cloth = {
/* deformMatricesEM */ 0,
/* applyModifier */ applyModifier,
/* applyModifierEM */ 0,
- /* initData */ 0,
+ /* initData */ initData,
/* requiredDataMask */ requiredDataMask,
/* freeData */ freeData,
/* isDisabled */ 0,