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-10-02 01:49:10 +0400
committerJens Ole Wund <bjornmose@gmx.net>2006-10-02 01:49:10 +0400
commitab92fca3062356572a695225fa4389419ac25029 (patch)
treed6cb4d7ecc3235d51396c3db657fc9359db782ac /source/blender/makesdna/DNA_object_force.h
parent1ea97e5552bfb9c9845a7cfc5e0a2ce5ecf23cb4 (diff)
softbodies
mostly reshuffeling UI to have things where i'd expect them to be
Diffstat (limited to 'source/blender/makesdna/DNA_object_force.h')
-rw-r--r--source/blender/makesdna/DNA_object_force.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index 0508d7bac60..4af5c356a30 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -98,7 +98,7 @@ 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 pad3; /* local==1: use local coords for baking */
+ float colball; /* fixed collision ball zize if > 0 */
} SoftBody;
/* pd->forcefield: Effector Fields types */
@@ -124,6 +124,7 @@ typedef struct SoftBody {
#define OB_SB_BAKEDO 128
#define OB_SB_RESET 256
#define OB_SB_SELF 512
+#define OB_SB_COLLISIONSET 1024
#ifdef __cplusplus
}