[Bf-blender-cvs] [153a96472a7] blender-v2.82-release: Fluid: Fix typo in smoke script

Sebastián Barschkis noreply at git.blender.org
Mon Jan 20 12:34:47 CET 2020


Commit: 153a96472a787c456e2482501ff2818fdaa88e2d
Author: Sebastián Barschkis
Date:   Mon Jan 20 12:34:15 2020 +0100
Branches: blender-v2.82-release
https://developer.blender.org/rB153a96472a787c456e2482501ff2818fdaa88e2d

Fluid: Fix typo in smoke script

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

M	intern/mantaflow/intern/strings/smoke_script.h

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

diff --git a/intern/mantaflow/intern/strings/smoke_script.h b/intern/mantaflow/intern/strings/smoke_script.h
index d8c81ebf66a..e77074f35cb 100644
--- a/intern/mantaflow/intern/strings/smoke_script.h
+++ b/intern/mantaflow/intern/strings/smoke_script.h
@@ -573,7 +573,7 @@ def smoke_save_noise_$ID$(path, framenr, file_format, resumable):\n\
         if resumable:\n\
             fluid_file_export_s$ID$(dict=smoke_noise_dict_resume_s$ID$, framenr=framenr, file_format=file_format, path=path)\n\
     else:\n\
-        fluid_cache_multiprocessing_start_$ID$(function=fluid_file_export_s$ID$, framenr=framenr, format_data=file_format, path_data=path, dict=smoke_noise_final_dict_s$ID$, do_join=False)\n\
+        fluid_cache_multiprocessing_start_$ID$(function=fluid_file_export_s$ID$, framenr=framenr, format_data=file_format, path_data=path, dict=smoke_noise_dict_final_s$ID$, do_join=False)\n\
         if resumable:\n\
             fluid_cache_multiprocessing_start_$ID$(function=fluid_file_export_s$ID$, framenr=framenr, format_data=file_format, path_data=path, dict=smoke_noise_dict_resume_s$ID$, do_join=False)\n";



More information about the Bf-blender-cvs mailing list