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. --- source/blender/makesdna/DNA_scene_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_scene_types.h') diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h index cc16ccd201d..d135ae6a962 100644 --- a/source/blender/makesdna/DNA_scene_types.h +++ b/source/blender/makesdna/DNA_scene_types.h @@ -848,7 +848,7 @@ typedef struct Sculpt { int radial_symm[3]; /* Maximum edge length for dynamic topology sculpting (in pixels) */ - int detail_size; + float detail_size; /* Direction used for SCULPT_OT_symmetrize operator */ int symmetrize_direction; -- cgit v1.2.3