[Bf-blender-cvs] [d9db8f8b7c2] master: Fluid: Remove noise bake call from Python

Sebastián Barschkis noreply at git.blender.org
Wed Apr 15 14:24:11 CEST 2020


Commit: d9db8f8b7c20158ca2c3285636e5d2e5d2d7a2ba
Author: Sebastián Barschkis
Date:   Wed Apr 15 13:59:05 2020 +0200
Branches: master
https://developer.blender.org/rBd9db8f8b7c20158ca2c3285636e5d2e5d2d7a2ba

Fluid: Remove noise bake call from Python

Saving noise cache files is handled in fluid.c.

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

M	intern/mantaflow/intern/strings/fluid_script.h

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

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\



More information about the Bf-blender-cvs mailing list