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
path: root/intern
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-15 15:18:00 +0300
commitd9db8f8b7c20158ca2c3285636e5d2e5d2d7a2ba (patch)
tree2b1f5755f752d870e667c9729faf3360f0968fe6 /intern
parente21fdfc8e4c805b353e8e120acf0030aeb894beb (diff)
Fluid: Remove noise bake call from Python
Saving noise cache files is handled in fluid.c.
Diffstat (limited to 'intern')
-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\