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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user