[Bf-blender-cvs] [5e6d878] master: Revert "Scons/funstuff: notify when the binaries are compiled"

Campbell Barton noreply at git.blender.org
Fri Oct 31 10:41:04 CET 2014


Commit: 5e6d878318515ab777ebc218bb311c7c4e514647
Author: Campbell Barton
Date:   Fri Oct 31 10:35:33 2014 +0100
Branches: master
https://developer.blender.org/rB5e6d878318515ab777ebc218bb311c7c4e514647

Revert "Scons/funstuff: notify when the binaries are compiled"

This reverts commit cdf53701599ace0b3410cbb75b0313bd969c417c.

Please always keep build-systems simple, boring & functional,
anyone who liked notification popups can write a simple build script.

===================================================================

M	build_files/scons/tools/Blender.py

===================================================================

diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py
index d8094c0..b5853b2 100755
--- a/build_files/scons/tools/Blender.py
+++ b/build_files/scons/tools/Blender.py
@@ -813,9 +813,6 @@ def AppIt(target=None, source=None, env=None):
             commands.getoutput(cmd)
             cmd = 'install_name_tool -change @loader_path/libiomp5.dylib  @loader_path/../Resources/lib/libiomp5.dylib %s/%s.app/Contents/MacOS/%s'%(installdir, binary, binary) # change ref to libiomp5 ( blender )
             commands.getoutput(cmd)
-    notification = 'display notification "Finished compiling %s" with title "Blender" sound name "default"'%(binary.upper())
-    cmd = "osascript -e '%s'"%(notification)
-    commands.getoutput(cmd)
 
 # extract copy system python, be sure to update other build systems
 # when making changes to the files that are copied.




More information about the Bf-blender-cvs mailing list