Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2011-10-19 23:12:41 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-10-19 23:12:41 +0400
commitc661a4b1ab80162d0fac4fd0e2066b806e2acdce (patch)
treef5a07dfc1dbaf8afde1c28d815e1b2193a1250ee /source/darwin
parent4d2a28c2a9408463b182e67c47accb31b8ea7df9 (diff)
OSX: set at least initial OMP_NUM_THREADS value to avoid warnings in log, remove applescript for now
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/blender.app/Contents/Info.plist2
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/Info.plist44
-rwxr-xr-xsource/darwin/set_simulation_threads.app/Contents/MacOS/appletbin34480 -> 0 bytes
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/PkgInfo1
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scptbin4696 -> 0 bytes
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/Resources/applet.icnsbin40291 -> 0 bytes
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrcbin362 -> 0 bytes
-rw-r--r--source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf4
-rw-r--r--source/darwin/set_simulation_threads_applescript.scptbin5144 -> 0 bytes
9 files changed, 1 insertions, 50 deletions
diff --git a/source/darwin/blender.app/Contents/Info.plist b/source/darwin/blender.app/Contents/Info.plist
index 9aeb617a051..37920dc8181 100644
--- a/source/darwin/blender.app/Contents/Info.plist
+++ b/source/darwin/blender.app/Contents/Info.plist
@@ -46,7 +46,7 @@
<key>LSEnvironment</key>
<dict>
<key>OMP_NUM_THREADS</key>
- <string></string>
+ <string>4</string>
</dict>
</dict>
</plist>
diff --git a/source/darwin/set_simulation_threads.app/Contents/Info.plist b/source/darwin/set_simulation_threads.app/Contents/Info.plist
deleted file mode 100644
index 44d6783599c..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/Info.plist
+++ /dev/null
@@ -1,44 +0,0 @@
-<?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>470</real>
- <key>savedFrame</key>
- <string>199 169 1197 810 0 0 1920 1178 </string>
- <key>selectedTabView</key>
- <string>result</string>
- </dict>
-</dict>
-</plist>
diff --git a/source/darwin/set_simulation_threads.app/Contents/MacOS/applet b/source/darwin/set_simulation_threads.app/Contents/MacOS/applet
deleted file mode 100755
index 0079f4b19d4..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/MacOS/applet
+++ /dev/null
Binary files differ
diff --git a/source/darwin/set_simulation_threads.app/Contents/PkgInfo b/source/darwin/set_simulation_threads.app/Contents/PkgInfo
deleted file mode 100644
index 3253614c402..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/PkgInfo
+++ /dev/null
@@ -1 +0,0 @@
-APPLaplt \ No newline at end of file
diff --git a/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt b/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt
deleted file mode 100644
index d905e27cb6d..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt
+++ /dev/null
Binary files differ
diff --git a/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns b/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns
deleted file mode 100644
index fcc1f09273d..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/Resources/applet.icns
+++ /dev/null
Binary files differ
diff --git a/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc b/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc
deleted file mode 100644
index 54735c5cb04..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc
+++ /dev/null
Binary files differ
diff --git a/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf b/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf
deleted file mode 100644
index 0d0a60c08b5..00000000000
--- a/source/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf
+++ /dev/null
@@ -1,4 +0,0 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
-{\fonttbl}
-{\colortbl;\red255\green255\blue255;}
-} \ No newline at end of file
diff --git a/source/darwin/set_simulation_threads_applescript.scpt b/source/darwin/set_simulation_threads_applescript.scpt
deleted file mode 100644
index 82ea5357de5..00000000000
--- a/source/darwin/set_simulation_threads_applescript.scpt
+++ /dev/null
Binary files differ