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>2009-06-25 03:42:45 +0400
committerJens Ole Wund <bjornmose@gmx.net>2009-06-25 03:42:45 +0400
commit122808b839aba1118b8c717e91347e1c885b4ec9 (patch)
tree820893c6c68ff3178a4391e5e3cf5a37179379e4 /source/blender/blenkernel/BKE_softbody.h
parent320fc51a2b94a00c41ad433b061bca37577181c0 (diff)
bug fix SoftBody module
vertex groups are not notified on deletion .. and other relevant changes .. sneak in Mass and Spring Painting
Diffstat (limited to 'source/blender/blenkernel/BKE_softbody.h')
-rw-r--r--source/blender/blenkernel/BKE_softbody.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_softbody.h b/source/blender/blenkernel/BKE_softbody.h
index 1756734813b..a0691b635da 100644
--- a/source/blender/blenkernel/BKE_softbody.h
+++ b/source/blender/blenkernel/BKE_softbody.h
@@ -43,7 +43,9 @@ typedef struct BodyPoint {
float choke,choke2,frozen;
float colball;
short flag;
- char octantflag;
+ //char octantflag;
+ float mass;
+ float springweight;
} BodyPoint;
/* allocates and initializes general main data */