[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28180] branches/render25/source/blender/ modifiers/intern/MOD_cloth.c: cloth init function not being called

Joseph Eagar joeedh at gmail.com
Wed Apr 14 00:20:12 CEST 2010


Revision: 28180
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28180
Author:   joeedh
Date:     2010-04-14 00:20:02 +0200 (Wed, 14 Apr 2010)

Log Message:
-----------
cloth init function not being called

Modified Paths:
--------------
    branches/render25/source/blender/modifiers/intern/MOD_cloth.c

Modified: branches/render25/source/blender/modifiers/intern/MOD_cloth.c
===================================================================
--- branches/render25/source/blender/modifiers/intern/MOD_cloth.c	2010-04-13 22:18:35 UTC (rev 28179)
+++ branches/render25/source/blender/modifiers/intern/MOD_cloth.c	2010-04-13 22:20:02 UTC (rev 28180)
@@ -185,7 +185,7 @@
 	/* deformMatricesEM */  0,
 	/* applyModifier */     applyModifier,
 	/* applyModifierEM */   0,
-	/* initData */          0,
+	/* initData */          initData,
 	/* requiredDataMask */  requiredDataMask,
 	/* freeData */          freeData,
 	/* isDisabled */        0,





More information about the Bf-blender-cvs mailing list