Sculpt: the thread controls where unintentianlly greyed out along with capabilities.has_gravity condition

This commit is contained in:
jens verwiebe 2014-04-01 22:52:10 +02:00
parent 747ba571a1
commit 16537a8f89
1 changed files with 2 additions and 1 deletions

View File

@ -1294,8 +1294,9 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
col.label(text="Gravity:")
col.prop(sculpt, "gravity", slider=True, text="Factor")
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)