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>2014-04-27 20:38:53 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-04-27 20:39:03 +0400
commitf3798fa45e3b4936679948f9c9f51103dfe7a9d4 (patch)
tree48d270af79684a5d6c6a2d08359c3e724786ea10 /release
parent4aea8f10855e9de162ca3ea0c232d2590ec386ba (diff)
Revert the testing sculpt openmp thread control and limit for OSX to physical threads as in 2.70a tag
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index eec99a78657..0797592b4eb 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1315,14 +1315,6 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
col.prop(sculpt, "gravity_object")
col.separator()
- col = layout.column(align=True)
- col.label(text="Threads:")
- col.row(align=True).prop(scene, "omp_threads_mode", expand=True)
- sub = col.column(align=True)
- sub.enabled = (scene.omp_threads_mode != 'AUTO')
- sub.prop(scene, "omp_threads")
- col.separator()
-
layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
layout.prop(sculpt, "show_low_resolution")
layout.prop(sculpt, "use_deform_only")