[Bf-blender-cvs] [a877248ac20] master: Fluid: Switch to binary_python

Sebastián Barschkis noreply at git.blender.org
Fri Oct 30 16:25:55 CET 2020


Commit: a877248ac203930e0d6473edf143c44df2f84cf4
Author: Sebastián Barschkis
Date:   Fri Oct 30 16:24:55 2020 +0100
Branches: master
https://developer.blender.org/rBa877248ac203930e0d6473edf143c44df2f84cf4

Fluid: Switch to binary_python

This change is required since rB52b38d9c3d84. Why a bpy reference is there in the first place is to be investigated.

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

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 dfc751e45db..e3dea46c157 100644
--- a/intern/mantaflow/intern/strings/fluid_script.h
+++ b/intern/mantaflow/intern/strings/fluid_script.h
@@ -43,7 +43,7 @@ isWindows = platform.system() != 'Darwin' and platform.system() != 'Linux'\n\
 \n\
 bpy = sys.modules.get('bpy')\n\
 if bpy is not None:\n\
-    sys.executable = bpy.app.binary_path_python\n";
+    sys.executable = bpy.app.binary_path\n";
 
 //////////////////////////////////////////////////////////////////////
 // DEBUG



More information about the Bf-blender-cvs mailing list