Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2020-10-30 18:24:55 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-10-30 18:25:43 +0300
commita877248ac203930e0d6473edf143c44df2f84cf4 (patch)
treedb45f6a24c413da199ba0c43443ac8cdba2fae72 /intern
parent12c92433d857311e4f4decb4794907a7c7938b36 (diff)
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.
Diffstat (limited to 'intern')
-rw-r--r--intern/mantaflow/intern/strings/fluid_script.h2
1 files changed, 1 insertions, 1 deletions
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