Revision: 28806
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28806
Author:   farsthary
Date:     2010-05-17 17:50:29 +0200 (Mon, 17 May 2010)

Log Message:
-----------
fluid particle missing linkage option

Modified Paths:
--------------
    branches/branch-farsthary/source/blender/blenkernel/intern/depsgraph.c

Modified: branches/branch-farsthary/source/blender/blenkernel/intern/depsgraph.c
===================================================================
--- branches/branch-farsthary/source/blender/blenkernel/intern/depsgraph.c      
2010-05-17 14:56:00 UTC (rev 28805)
+++ branches/branch-farsthary/source/blender/blenkernel/intern/depsgraph.c      
2010-05-17 15:50:29 UTC (rev 28806)
@@ -565,7 +565,7 @@
                        if(!psys_check_enabled(ob, psys))
                                continue;
 
-                       
if(ELEM(part->phystype,PART_PHYS_KEYED,PART_PHYS_BOIDS)) {
+                       if(ELEM(part->phystype,PART_PHYS_KEYED,PART_PHYS_BOIDS) 
|| part->phystype == PART_PHYS_FLUID) {
                                ParticleTarget *pt = psys->targets.first;
 
                                for(; pt; pt=pt->next) {


_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to