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:
authorJoshua Leung <aligorith@gmail.com>2007-04-07 08:21:12 +0400
committerJoshua Leung <aligorith@gmail.com>2007-04-07 08:21:12 +0400
commitb1c8a1eefb4204be8899cb80599c36aa425ed53d (patch)
tree880aa8a10c383c93dd4c3feb563afd8d5d0798e5 /source/blender/makesdna/DNA_constraint_types.h
parent655f9a61dee5a308a93c2ac83cba31dbfe0cb062 (diff)
== Clamp To Constraint ==
* PyApi access to this constraint * Also, a minor tweak to one of the comments about one of this constraint's variables.
Diffstat (limited to 'source/blender/makesdna/DNA_constraint_types.h')
-rw-r--r--source/blender/makesdna/DNA_constraint_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_constraint_types.h b/source/blender/makesdna/DNA_constraint_types.h
index bb4065605e7..74307454187 100644
--- a/source/blender/makesdna/DNA_constraint_types.h
+++ b/source/blender/makesdna/DNA_constraint_types.h
@@ -219,7 +219,7 @@ typedef struct bRigidBodyJointConstraint{
/* ClampTo Constraint */
typedef struct bClampToConstraint {
Object *tar; /* 'target' must be a curve */
- int flag; /* which plane to find object on */
+ int flag; /* which axis/plane to compare owner's location on */
int pad;
} bClampToConstraint;