Fluid: Remove noise bake call from Python

Saving noise cache files is handled in fluid.c.
This commit is contained in:
Sebastián Barschkis 2020-04-15 13:59:05 +02:00
parent 06e3df4ce4
commit 40e9dc638b
1 changed files with 0 additions and 1 deletions

View File

@ -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\