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:
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index 4af5c356a30..881cbf9565e 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -98,7 +98,12 @@ typedef struct SoftBody {
SBVertex **keys; /* array of size totpointkey */
int totpointkey, totkey; /* if totpointkey != totpoint or totkey!- (efra-sfra)/interval -> free keys */
float secondspring;
- float colball; /* fixed collision ball zize if > 0 */
+ float colball; /* fixed collision ball size if > 0 */
+ float coldamp; /* cooling down collision response */
+ float fpad1; /* cooling down collision response */
+ short sbc_mode;
+ short pad3,pad4,pad5;
+
} SoftBody;
/* pd->forcefield: Effector Fields types */
@@ -125,6 +130,7 @@ typedef struct SoftBody {
#define OB_SB_RESET 256
#define OB_SB_SELF 512
#define OB_SB_COLLISIONSET 1024
+#define OB_SB_EDGECOLL 2048
#ifdef __cplusplus
}