From 40e9dc638b7f6a70d702cd06e244001b4ccb94a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Barschkis?= Date: Wed, 15 Apr 2020 13:59:05 +0200 Subject: Fluid: Remove noise bake call from Python Saving noise cache files is handled in fluid.c. --- intern/mantaflow/intern/strings/fluid_script.h | 1 - 1 file changed, 1 deletion(-) (limited to 'intern') 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\ -- cgit v1.2.3