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

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

Reply via email to