[Bf-blender-cvs] [81090ded0d7] master: Fluid: Removed binary_python from fluid script

Sebastián Barschkis noreply at git.blender.org
Fri Oct 30 18:36:29 CET 2020


Commit: 81090ded0d7c2032c5802f43b55265fcb9da8fc1
Author: Sebastián Barschkis
Date:   Fri Oct 30 18:36:08 2020 +0100
Branches: master
https://developer.blender.org/rB81090ded0d7c2032c5802f43b55265fcb9da8fc1

Fluid: Removed binary_python from fluid script

This hack is no longer required. It was fixed in rB52b38d9c3d84 and temporarily disabled in rBa877248ac203.

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

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 e3dea46c157..0df9e0e8df0 100644
--- a/intern/mantaflow/intern/strings/fluid_script.h
+++ b/intern/mantaflow/intern/strings/fluid_script.h
@@ -39,11 +39,7 @@ isWindows = platform.system() != 'Darwin' and platform.system() != 'Linux'\n\
 #try:\n\
 #    multiprocessing.set_start_method('spawn')\n\
 #except:\n\
-#    pass\n\
-\n\
-bpy = sys.modules.get('bpy')\n\
-if bpy is not None:\n\
-    sys.executable = bpy.app.binary_path\n";
+#    pass\n";
 
 //////////////////////////////////////////////////////////////////////
 // DEBUG



More information about the Bf-blender-cvs mailing list