Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-01-23 00:41:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2006-01-23 00:41:06 +0300
commit9baa7264ca3a0b0d98e79a54cf6ff8eb60d89454 (patch)
tree1ad793589393efc3bebf4d80586690a5c81729ac /release
parent2d8978d6fcb53bf1ed9d1550ecffffabe606162c (diff)
Increased some of the defaults- very small brush sizes could make verts NAN location.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/bpydata/mesh_bbrush.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/bpydata/mesh_bbrush.py b/release/scripts/bpydata/mesh_bbrush.py
index 3f9c0210c29..eac576b2e28 100644
--- a/release/scripts/bpydata/mesh_bbrush.py
+++ b/release/scripts/bpydata/mesh_bbrush.py
@@ -165,8 +165,8 @@ def ui_set_preferences(user_interface=1):
'Brush Options',\
('Adaptive Geometry', ADAPTIVE_GEOMETRY_but, 'Add and remove detail as needed. Uses min/max resolution.'),\
('Brush Type: ', BRUSH_MODE_but, 1, 5, 'Push/Pull:1, Grow/Shrink:2, Spin:3, Relax:4, Goo:5'),\
- ('Pressure: ', BRUSH_PRESSURE_but, 0.0, 1.0, 'Pressure of the brush.'),\
- ('Size: ', BRUSH_RADIUS_but, 0.0, 2.0, 'Size of the brush.'),\
+ ('Pressure: ', BRUSH_PRESSURE_but, 0.01, 1.0, 'Pressure of the brush.'),\
+ ('Size: ', BRUSH_RADIUS_but, 0.02, 2.0, 'Size of the brush.'),\
('Geometry Res: ', RESOLUTION_MIN_but, 0.01, 0.5, 'Size of the brush & Adaptive Subdivision.'),\
('Displace Vector: ', DISPLACE_NORMAL_MODE_but, 1, 4, 'Vertex Normal:1, Median Normal:2, Face Normal:3, View Normal:4'),\
('Static Normal', STATIC_NORMAL_but, 'Use the initial normal only.'),\