From fa3d9f4fbd1685528e9623e88972bb4f912337a1 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 31 Mar 2014 19:30:51 +0300 Subject: Make dyntopo detail size maximum smaller (more than 40 pixels should not be needed according to mapping in code) and change the property to float. --- release/scripts/startup/bl_ui/space_view3d_toolbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py index 70ebf6aac79..f5a739a160c 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") + sub.prop(sculpt, "detail_size", slider=True) sub.prop(sculpt, "detail_refine_method", text="") sub.prop(sculpt, "detail_type_method", text="") col.separator() -- cgit v1.2.3