Revision: 15810
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15810
Author:   genscher
Date:     2008-07-27 18:27:59 +0200 (Sun, 27 Jul 2008)

Log Message:
-----------
Fix crash on baking pointcache reported by nudel

Modified Paths:
--------------
    branches/fluidcontrol/source/blender/blenkernel/intern/pointcache.c

Modified: branches/fluidcontrol/source/blender/blenkernel/intern/pointcache.c
===================================================================
--- branches/fluidcontrol/source/blender/blenkernel/intern/pointcache.c 
2008-07-27 16:18:27 UTC (rev 15809)
+++ branches/fluidcontrol/source/blender/blenkernel/intern/pointcache.c 
2008-07-27 16:27:59 UTC (rev 15810)
@@ -166,11 +166,13 @@
                        BKE_ptcache_id_from_cloth(pid, ob, 
(ClothModifierData*)md);
                        BLI_addtail(lb, pid);
                }
+               /*
                else if(md->type == eModifierType_Fluidsim) {
                        pid= MEM_callocN(sizeof(PTCacheID), "PTCacheID");
                        BKE_ptcache_id_from_fluidsim(pid, ob, 
(FluidsimModifierData*)md);
                        BLI_addtail(lb, pid);
                }
+               */
        }
 }
 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to