Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSonny Campbell <SonnyCampbell_Unity>2022-08-22 17:00:39 +0300
committerJacques Lucke <jacques@blender.org>2022-08-22 17:00:39 +0300
commit8265d08e7fde3c54f84b9515da515a1c31977fef (patch)
tree222b4e40481600452796c9bffaccf454401d194a /intern/mantaflow
parent0b2be4fbc348c22fe4140ee8517892c44996da34 (diff)
Fix T90706: crash when deleting fluid sim geometry
Differential Revision: https://developer.blender.org/D15299
Diffstat (limited to 'intern/mantaflow')
-rw-r--r--intern/mantaflow/intern/strings/fluid_script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/mantaflow/intern/strings/fluid_script.h b/intern/mantaflow/intern/strings/fluid_script.h
index 548606f1b32..904f4200b2d 100644
--- a/intern/mantaflow/intern/strings/fluid_script.h
+++ b/intern/mantaflow/intern/strings/fluid_script.h
@@ -14,6 +14,7 @@
const std::string manta_import =
"\
from manta import *\n\
+from math import inf\n\
import os.path, shutil, math, sys, gc, multiprocessing, platform, time\n\
\n\
withMPBake = False # Bake files asynchronously\n\