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.
This commit is contained in:
Sebastián Barschkis 2020-10-30 16:24:55 +01:00
parent 12c92433d8
commit a877248ac2
Notes: blender-bot 2023-02-14 04:07:50 +01:00
Referenced by commit 81090ded0d, Fluid: Removed binary_python from fluid script
1 changed files with 1 additions and 1 deletions

View File

@ -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