[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28806] branches/branch-farsthary/source/ blender/blenkernel/intern/depsgraph.c: fluid particle missing linkage option

Raul Fernandez Hernandez farsthary at gmail.com
Mon May 17 17:50:29 CEST 2010


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) {





More information about the Bf-blender-cvs mailing list