[Bf-blender-cvs] [74136a6] soc-2014-fluid: re-runs with wavelets work

Roman Pogribnyi noreply at git.blender.org
Tue Aug 12 00:57:04 CEST 2014


Commit: 74136a6d0663455c67fa410ea01a6501907bfee4
Author: Roman Pogribnyi
Date:   Mon Aug 11 22:16:15 2014 +0200
Branches: soc-2014-fluid
https://developer.blender.org/rB74136a6d0663455c67fa410ea01a6501907bfee4

re-runs with wavelets work

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

M	source/blender/python/manta_pp/pwrapper/pymain.cpp

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

diff --git a/source/blender/python/manta_pp/pwrapper/pymain.cpp b/source/blender/python/manta_pp/pwrapper/pymain.cpp
index 87ddd0d..d08bd34 100644
--- a/source/blender/python/manta_pp/pwrapper/pymain.cpp
+++ b/source/blender/python/manta_pp/pwrapper/pymain.cpp
@@ -63,7 +63,9 @@ del_var(energy) \n\
 del_var(tempFlag)\n\
 del_var(sdf_flow)\n\
 del_var(source_shape)";
-const static string clean_code2 = "del s; del noise;";
+const static string clean_code2 = "del s;del noise;del xl;del xl_noise;del xl_wltnoise;";
+		   //for latter full object release	
+		   //const static string clean_code2 = "del [s, noise, source, sourceVel, xl, xl_vel, xl_density, xl_flags,xl_source, xl_noise, flags, vel, density, pressure, energy, tempFlag, sdf_flow, forces, source,source_shape, xl_wltnoise]";
 
 
 void export_force_fields(int size_x, int size_y, int size_z, float *f_x, float*f_y, float*f_z)




More information about the Bf-blender-cvs mailing list