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>2004-08-27 02:00:14 +0400
committerJens Ole Wund <bjornmose@gmx.net>2004-08-27 02:00:14 +0400
commitbd768e00f3b268f0a3ce66ecb0ac7dcf1a860cf5 (patch)
tree06a0723c7aa53b09ce2d7f18ab9be3d657e5c9ed
parent81b5108f49a03b82cda06e642c0d9aa7ca7da0f2 (diff)
claiming this to be mine .. to remain compatible to tuhopuu development
CONSTRAINT_TYPE_STRETCHTO 15 bjornmose
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index 568baf80845..b4b380a6a2e 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -162,6 +162,8 @@ typedef struct bRotationConstraint{
#define CONSTRAINT_TYPE_ACTION 12
#define CONSTRAINT_TYPE_LOCKTRACK 13 /* New Tracking constraint that locks an axis in place - theeth */
#define CONSTRAINT_TYPE_DISTANCELIMIT 14
+#define CONSTRAINT_TYPE_STRETCHTO 15 /* claiming this to be mine :) is in tuhopuu bjornmose */
+
/* bConstraint.flag */
#define CONSTRAINT_EXPAND 0x00000001