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-17 14:30:08 +0400
committerJens Verwiebe <info@jensverwiebe.de>2011-10-17 14:30:08 +0400
commit9a5921883eb240399690a4ee66b2a86f8f17a84e (patch)
tree53967163aa4017c75a5de8e65393a27d25d2c668 /source/darwin
parentfda20451502fea888019ce0d8b044b5dbecab491 (diff)
OSX: Start with OMP_NUM_THREADS default unchanged, to let the user decide about optimized value, default == all cores used
Diffstat (limited to 'source/darwin')
-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 7fab4a98c4b..9aeb617a051 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>2</string>
+ <string></string>
</dict>
</dict>
</plist>