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:
authorJens Ole Wund <bjornmose@gmx.net>2006-11-16 23:57:02 +0300
committerJens Ole Wund <bjornmose@gmx.net>2006-11-16 23:57:02 +0300
commit85615f7ac865c98a500c5653fea0dbcfd654a59d (patch)
tree6fc2b6974fb75e064a6c0ef58d8761d7708d0fc5 /source/blender/makesdna/DNA_object_force.h
parent7686e2cc5c1fba8ed8c2a9b4fc2698fb10e12f9f (diff)
More Softbodies
Added a less 'strict' solver step size control. Cuts down needed loops to a 1/5 in 'regular' collision situations. So why be a maths smartass when we want to do a skirt in a breeze :) Is on by default, old mode can be turned on with the 'O' button beside the RK-limit. Some minor fixes to the UI
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index d9ab54b76f9..a821e209ef0 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -144,6 +144,7 @@ typedef struct SoftBody {
#define OB_SB_COLLFINAL 4096
#define SBSO_MONITOR 1
+#define SBSO_OLDERR 2
#ifdef __cplusplus
}