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>2008-04-06 01:29:17 +0400
committerJens Ole Wund <bjornmose@gmx.net>2008-04-06 01:29:17 +0400
commit83906a614bfd8f9e36affd4ff34426cbd34b5302 (patch)
tree26915b79fe08ac1b386f13d1c36dc2acc2f17c5a /source/blender/makesdna
parentd0004bed8c491655a03bc1df3eb7422bfcf93b2b (diff)
bug fix soft body can resume with point cache
sneak in .. springs preload
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_object_force.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_force.h b/source/blender/makesdna/DNA_object_force.h
index cdee50cfef4..70e0e91eca6 100644
--- a/source/blender/makesdna/DNA_object_force.h
+++ b/source/blender/makesdna/DNA_object_force.h
@@ -130,7 +130,7 @@ typedef struct SoftBody {
maxloops,
choke,
solver_ID,
- plastic,pad5
+ plastic,springpreload
;
struct SBScratch *scratch; /* scratch pad/cache on live time not saved in file */