From ab92fca3062356572a695225fa4389419ac25029 Mon Sep 17 00:00:00 2001 From: Jens Ole Wund Date: Sun, 1 Oct 2006 21:49:10 +0000 Subject: softbodies mostly reshuffeling UI to have things where i'd expect them to be --- source/blender/makesdna/DNA_object_force.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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 } -- cgit v1.2.3