[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15665] branches/fluidcontrol/source/ blender/src/fluidsim.c: Enabled fc for testing

Daniel Genrich daniel.genrich at gmx.net
Mon Jul 21 09:10:37 CEST 2008


Revision: 15665
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15665
Author:   genscher
Date:     2008-07-21 09:10:10 +0200 (Mon, 21 Jul 2008)

Log Message:
-----------
Enabled fc for testing

Modified Paths:
--------------
    branches/fluidcontrol/source/blender/src/fluidsim.c

Modified: branches/fluidcontrol/source/blender/src/fluidsim.c
===================================================================
--- branches/fluidcontrol/source/blender/src/fluidsim.c	2008-07-21 00:38:42 UTC (rev 15664)
+++ branches/fluidcontrol/source/blender/src/fluidsim.c	2008-07-21 07:10:10 UTC (rev 15665)
@@ -1066,7 +1066,7 @@
 				fsmesh.obstaclePartslip = obit->fluidsimSettings->partSlipValue;
 				fsmesh.volumeInitType = obit->fluidsimSettings->volumeInitType;
 				fsmesh.obstacleImpactFactor = obit->fluidsimSettings->surfaceSmoothing; // misused value
-				/*
+				
 				if(fsmesh.type == OB_FLUIDSIM_CONTROL)
 				{
 					// control fluids will get exported as whole
@@ -1086,7 +1086,7 @@
 					fsmesh.channelVelocityforceStrength = channelVelocityforceStrength[o];
 					fsmesh.channelVelocityforceRadius = channelVelocityforceRadius[o];
 				}
-				else */
+				else 
 				{
 					// set channels to 0
 					fsmesh.channelAttractforceStrength =
@@ -1219,6 +1219,8 @@
 			pupmenu(fsmessage);
 		} // init error
 	}
+	
+	// elbeemFree();
 }
 
 void fluidsimFreeBake(struct Object *ob)





More information about the Bf-blender-cvs mailing list