From a877248ac203930e0d6473edf143c44df2f84cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastia=CC=81n=20Barschkis?= Date: Fri, 30 Oct 2020 16:24:55 +0100 Subject: 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. --- intern/mantaflow/intern/strings/fluid_script.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern') 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 -- cgit v1.2.3