[Bf-blender-cvs] [16537a8] master: Sculpt: the thread controls where unintentianlly greyed out along with capabilities.has_gravity condition

Jens Verwiebe noreply at git.blender.org
Tue Apr 1 22:52:28 CEST 2014


Commit: 16537a8f898c50857b750a23bb10ea9cc870930a
Author: Jens Verwiebe
Date:   Tue Apr 1 22:52:10 2014 +0200
https://developer.blender.org/rB16537a8f898c50857b750a23bb10ea9cc870930a

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

===================================================================

M	release/scripts/startup/bl_ui/space_view3d_toolbar.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 7b10557..b6bd902 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -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)




More information about the Bf-blender-cvs mailing list