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>2011-09-23 11:20:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-23 11:20:27 +0400
commitd92b5ea04ac8b661bb8caa7a1ca813e8f33a5a1c (patch)
tree238bc3e3511b6d26c49012e958599a8a883aa842 /source/blender/editors
parentea4b3fee1f51db4e6cd53daf8071429991dc95e3 (diff)
parent1657cbe61a756222feac5107f87d0d699a92b4a6 (diff)
svn merge ^/trunk/blender -r40390:40394
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/transform/transform_conversions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_conversions.c b/source/blender/editors/transform/transform_conversions.c
index 60784639436..ed98a179d05 100644
--- a/source/blender/editors/transform/transform_conversions.c
+++ b/source/blender/editors/transform/transform_conversions.c
@@ -1816,7 +1816,7 @@ void flushTransParticles(TransInfo *t)
/* ********************* mesh ****************** */
/* proportional distance based on connectivity */
-#define THRESHOLD 0.000000000000001f
+#define THRESHOLD 0.0001f
/*I did this wrong, it should be a breadth-first search
but instead it's a depth-first search, fudged