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:
authorRoland Hess <me@harkyman.com>2006-09-22 20:42:39 +0400
committerRoland Hess <me@harkyman.com>2006-09-22 20:42:39 +0400
commit3c8fe649103c944faec6cc0c64787a0aeee71fed (patch)
treea6aeb003861498b57a23729a07402145a9a90d53 /source/blender/makesdna/DNA_constraint_types.h
parent4725ca6c021d4234ca069ab789e962f97008ccf9 (diff)
This commit adds backwards compatability for the new floor constraint
feature. Old files that had "sticky" set would not show "sticky" under the new system. Not that anyone ever actually used "sticky". Also, these commits only add support for rotated external target objects, not target bones inside the same armature.
Diffstat (limited to 'source/blender/makesdna/DNA_constraint_types.h')
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index dcc4b88680d..8b8f8ae0f72 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -100,6 +100,7 @@ typedef struct bMinMaxConstraint{
int minmaxflag;
float offset;
int flag;
+ short sticky, stuck, pad1, pad2; /* for backward compatability */
float cache[3];
char subtarget[32];
} bMinMaxConstraint;