[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41016] trunk/blender: OSX: commit the omp_set_simulation_threads applescript and copy-routines

jens verwiebe info at jensverwiebe.de
Fri Oct 14 19:54:37 CEST 2011


Revision: 41016
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41016
Author:   jensverwiebe
Date:     2011-10-14 17:54:37 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
OSX: commit the omp_set_simulation_threads applescript and copy-routines

Modified Paths:
--------------
    trunk/blender/build_files/scons/tools/Blender.py

Added Paths:
-----------
    trunk/blender/source/darwin/set_simulation_threads.app/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Info.plist
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/MacOS/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/MacOS/applet
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/PkgInfo
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/
    trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf

Modified: trunk/blender/build_files/scons/tools/Blender.py
===================================================================
--- trunk/blender/build_files/scons/tools/Blender.py	2011-10-14 17:27:55 UTC (rev 41015)
+++ trunk/blender/build_files/scons/tools/Blender.py	2011-10-14 17:54:37 UTC (rev 41016)
@@ -592,6 +592,8 @@
         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 = 'cp -R %s/source/darwin/set_simulation_threads.app %s/'%(bldroot, installdir) # 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.

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Info.plist
===================================================================
--- trunk/blender/source/darwin/set_simulation_threads.app/Contents/Info.plist	                        (rev 0)
+++ trunk/blender/source/darwin/set_simulation_threads.app/Contents/Info.plist	2011-10-14 17:54:37 UTC (rev 41016)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleExecutable</key>
+	<string>applet</string>
+	<key>CFBundleIconFile</key>
+	<string>applet</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>set_simulation_threads</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>aplt</string>
+	<key>LSMinimumSystemVersionByArchitecture</key>
+	<dict>
+		<key>x86_64</key>
+		<string>10.6</string>
+	</dict>
+	<key>LSRequiresCarbon</key>
+	<true/>
+	<key>WindowState</key>
+	<dict>
+		<key>dividerCollapsed</key>
+		<false/>
+		<key>eventLogLevel</key>
+		<integer>-1</integer>
+		<key>name</key>
+		<string>ScriptWindowState</string>
+		<key>positionOfDivider</key>
+		<real>467</real>
+		<key>savedFrame</key>
+		<string>943 372 886 806 0 0 1920 1178 </string>
+		<key>selectedTabView</key>
+		<string>result</string>
+	</dict>
+</dict>
+</plist>

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/MacOS/applet
===================================================================
(Binary files differ)


Property changes on: trunk/blender/source/darwin/set_simulation_threads.app/Contents/MacOS/applet
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/PkgInfo
===================================================================
--- trunk/blender/source/darwin/set_simulation_threads.app/Contents/PkgInfo	                        (rev 0)
+++ trunk/blender/source/darwin/set_simulation_threads.app/Contents/PkgInfo	2011-10-14 17:54:37 UTC (rev 41016)
@@ -0,0 +1 @@
+APPLaplt
\ No newline at end of file

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt
===================================================================
(Binary files differ)


Property changes on: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns
===================================================================
(Binary files differ)


Property changes on: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc
===================================================================
(Binary files differ)


Property changes on: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf
===================================================================
--- trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf	                        (rev 0)
+++ trunk/blender/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf	2011-10-14 17:54:37 UTC (rev 41016)
@@ -0,0 +1,4 @@
+{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
+{\fonttbl}
+{\colortbl;\red255\green255\blue255;}
+}
\ No newline at end of file




More information about the Bf-blender-cvs mailing list