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:
authorJohnny Matthews <johnny.matthews@gmail.com>2005-04-22 22:05:56 +0400
committerJohnny Matthews <johnny.matthews@gmail.com>2005-04-22 22:05:56 +0400
commit43835d4d0450c15c4d8e962c0b979b34325f4c97 (patch)
tree04bee76cef1d9b9d93e6d6902b193d51ef3fb6d0 /source/blender/python
parent55f4ead5a226d9aae4c016aa777f83984ee50917 (diff)
Matched the default value for rkerror limit in bpy
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/api2_2x/Object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Object.c b/source/blender/python/api2_2x/Object.c
index 696a201a3fd..63f97f88249 100644
--- a/source/blender/python/api2_2x/Object.c
+++ b/source/blender/python/api2_2x/Object.c
@@ -3904,7 +3904,7 @@ int setupSB(Object* ob){
ob->soft->nodemass = 1.0;
ob->soft->grav = 0.0;
ob->soft->mediafrict = 0.5;
- ob->soft->rklimit = 0.01;
+ ob->soft->rklimit = 0.1;
ob->soft->goalspring = 0.5;
ob->soft->goalfrict = 0.0;
ob->soft->mingoal = 0.0;