[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55936] trunk/blender: OSX: remove the applescript and env var for omp_set_treads from plist

jens verwiebe info at jensverwiebe.de
Wed Apr 10 17:22:39 CEST 2013


Revision: 55936
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55936
Author:   jensverwiebe
Date:     2013-04-10 15:22:39 +0000 (Wed, 10 Apr 2013)
Log Message:
-----------
OSX: remove the applescript and env var for omp_set_treads from plist

Modified Paths:
--------------
    trunk/blender/build_files/scons/tools/Blender.py
    trunk/blender/release/darwin/blender.app/Contents/Info.plist

Removed Paths:
-------------
    trunk/blender/release/darwin/set_simulation_threads.app/

Modified: trunk/blender/build_files/scons/tools/Blender.py
===================================================================
--- trunk/blender/build_files/scons/tools/Blender.py	2013-04-10 12:16:27 UTC (rev 55935)
+++ trunk/blender/build_files/scons/tools/Blender.py	2013-04-10 15:22:39 UTC (rev 55936)
@@ -693,10 +693,6 @@
         commands.getoutput(cmd)
         cmd = 'install_name_tool -change %s/lib/libgcc_s.1.dylib  @executable_path/lib/libgcc_s.1.dylib %s/%s.app/Contents/MacOS/%s'%(instname, installdir, binary, binary)
         commands.getoutput(cmd)
-        cmd = 'rm -rf  %s/set_simulation_threads.app'%(installdir) # first clear omp_num_threads applescript
-        commands.getoutput(cmd)
-        cmd = 'cp -R %s/release/darwin/set_simulation_threads.app %s/'%(bldroot, installdir) # copy the omp_num_threads applescript
-        commands.getoutput(cmd)
 
 # extract copy system python, be sure to update other build systems
 # when making changes to the files that are copied.

Modified: trunk/blender/release/darwin/blender.app/Contents/Info.plist
===================================================================
--- trunk/blender/release/darwin/blender.app/Contents/Info.plist	2013-04-10 12:16:27 UTC (rev 55935)
+++ trunk/blender/release/darwin/blender.app/Contents/Info.plist	2013-04-10 15:22:39 UTC (rev 55936)
@@ -43,11 +43,6 @@
 	<string>????</string>
 	<key>CFBundleVersion</key>
 	<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
-	<key>LSEnvironment</key>
-	<dict>
-		<key>OMP_NUM_THREADS</key>
-		<string>4</string>
-	</dict>
 	<key>NSPrincipalClass</key>
 	<string>NSApplication</string>
 	<key>NSHighResolutionCapable</key>




More information about the Bf-blender-cvs mailing list