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/blender.app
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/blender.app')
-rw-r--r--source/darwin/blender.app/Contents/Info.plist2
1 files changed, 1 insertions, 1 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>