[Bf-blender-cvs] [787735d] fluid-mantaflow: reading from phitemp now

Sebastián Barschkis noreply at git.blender.org
Sat May 28 14:41:15 CEST 2016


Commit: 787735d8dafe1bddc0c47a3a74a4ddcf832c7bbd
Author: Sebastián Barschkis
Date:   Fri May 27 00:32:54 2016 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rB787735d8dafe1bddc0c47a3a74a4ddcf832c7bbd

reading from phitemp now

===================================================================

M	intern/mantaflow/intern/SMOKE.cpp

===================================================================

diff --git a/intern/mantaflow/intern/SMOKE.cpp b/intern/mantaflow/intern/SMOKE.cpp
index 2ffe341..9c7c8be 100644
--- a/intern/mantaflow/intern/SMOKE.cpp
+++ b/intern/mantaflow/intern/SMOKE.cpp
@@ -668,7 +668,7 @@ void SMOKE::updatePointers(SmokeModifierData *smd)
 	std::cout << "Updating pointers low res" << std::endl;
 
 	if (mUsingLiquid) {
-		mPhi        = (float*)         getGridPointer("phi",         "s");
+		mPhi        = (float*)         getGridPointer("phiTemp",         "s");
 	}
 	
 	// Smoke




More information about the Bf-blender-cvs mailing list