Commit: 68462a941946af8d39d817101a3746e31365e8c9
Author: Sebastián Barschkis
Date:   Wed Jan 15 17:22:00 2020 +0100
Branches: blender-v2.82-release
https://developer.blender.org/rB68462a941946af8d39d817101a3746e31365e8c9

Fix T73111: Bake data of fluid causes crash of Blender

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

M       intern/mantaflow/intern/MANTA_main.cpp

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

diff --git a/intern/mantaflow/intern/MANTA_main.cpp 
b/intern/mantaflow/intern/MANTA_main.cpp
index fc309c76b30..1980c11fe87 100644
--- a/intern/mantaflow/intern/MANTA_main.cpp
+++ b/intern/mantaflow/intern/MANTA_main.cpp
@@ -2621,7 +2621,7 @@ void MANTA::updatePointers()
   mantaFloatObjects.push_back(std::make_tuple(
       &mColorGHigh, "color_g" + noise_ext, func, mUsingSmoke & mUsingNoise & 
mUsingColors));
   mantaFloatObjects.push_back(std::make_tuple(
-      &mColorRHigh, "color_b" + noise_ext, func, mUsingSmoke & mUsingNoise & 
mUsingColors));
+      &mColorBHigh, "color_b" + noise_ext, func, mUsingSmoke & mUsingNoise & 
mUsingColors));
 
   std::vector<std::tuple<std::vector<pData> **, std::string, std::string, 
bool>> mantaPDataObjects;
   mantaPDataObjects.push_back(

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

Reply via email to