[Bf-blender-cvs] [262fd08] master: Revert using slider for detail size on previous commit, makes changing detail slightly harder.

Antony Riakiotakis noreply at git.blender.org
Mon Mar 31 19:01:36 CEST 2014


Commit: 262fd0865ae7a371b93dcbc090be81181186dbd2
Author: Antony Riakiotakis
Date:   Mon Mar 31 20:01:28 2014 +0300
https://developer.blender.org/rB262fd0865ae7a371b93dcbc090be81181186dbd2

Revert using slider for detail size on previous commit, makes changing
detail slightly harder.

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

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 f5a739a..70ebf6a 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1259,7 +1259,7 @@ class VIEW3D_PT_sculpt_dyntopo(Panel, View3DPaintPanel):
             row.operator("sculpt.sample_detail_size", text="", icon='EYEDROPPER')
             row.prop(sculpt, "constant_detail")
         else:
-            sub.prop(sculpt, "detail_size", slider=True)
+            sub.prop(sculpt, "detail_size")
         sub.prop(sculpt, "detail_refine_method", text="")
         sub.prop(sculpt, "detail_type_method", text="")
         col.separator()




More information about the Bf-blender-cvs mailing list