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:
authorSebastián Barschkis <sebbas@sebbas.org>2020-04-15 14:59:05 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-04-22 17:16:23 +0300
commit40e9dc638b7f6a70d702cd06e244001b4ccb94a9 (patch)
tree167e58d78c13145c5bcf4d6e6b9c7d4e9b642d0e /intern/mantaflow
parent06e3df4ce45ffe093f01bdb8eff2c7b1cf26f26b (diff)
Fluid: Remove noise bake call from Python
Saving noise cache files is handled in fluid.c.
Diffstat (limited to 'intern/mantaflow')
-rw-r--r--intern/mantaflow/intern/strings/fluid_script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/mantaflow/intern/strings/fluid_script.h b/intern/mantaflow/intern/strings/fluid_script.h
index 0aad0546aea..e81a44109ef 100644
--- a/intern/mantaflow/intern/strings/fluid_script.h
+++ b/intern/mantaflow/intern/strings/fluid_script.h
@@ -527,7 +527,6 @@ def bake_noise_process_$ID$(framenr, format_data, format_noise, path_data, path_
sn$ID$.timestep = frameLength_s$ID$ # no adaptive timestep for noise\n\
\n\
smoke_step_noise_$ID$(framenr)\n\
- smoke_save_noise_$ID$(path_noise, framenr, format_noise, resumable)\n\
\n\
def bake_noise_$ID$(path_data, path_noise, framenr, format_data, format_noise, resumable):\n\
if not withMPBake or isWindows:\n\