Fluid: Removed binary_python from fluid script

This hack is no longer required. It was fixed in rB52b38d9c3d84 and temporarily disabled in rBa877248ac203.
This commit is contained in:
Sebastián Barschkis 2020-10-30 18:36:08 +01:00
parent 99a7c917ea
commit 81090ded0d
1 changed files with 1 additions and 5 deletions

View File

@ -39,11 +39,7 @@ isWindows = platform.system() != 'Darwin' and platform.system() != 'Linux'\n\
#try:\n\
# multiprocessing.set_start_method('spawn')\n\
#except:\n\
# pass\n\
\n\
bpy = sys.modules.get('bpy')\n\
if bpy is not None:\n\
sys.executable = bpy.app.binary_path\n";
# pass\n";
//////////////////////////////////////////////////////////////////////
// DEBUG