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:
authorMartin Poirier <theeth@yahoo.com>2005-05-29 13:21:34 +0400
committerMartin Poirier <theeth@yahoo.com>2005-05-29 13:21:34 +0400
commit14a3166685b23f481b7feabbfe08bfeed64a5847 (patch)
tree9c14a6e1cbbb92487f935703f2c36a84acb2a3e0 /source/blender/include
parenteeb6adffd3a88613e48cf91274d08055e77a98cf (diff)
Push/Pull didn't do Lock Constraint correctly. Fixed.
Also added an isLockConstraint function that tells if the current constraint is a locking constraint or not.
Diffstat (limited to 'source/blender/include')
-rwxr-xr-xsource/blender/include/transform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/transform.h b/source/blender/include/transform.h
index cc3dccb6007..7777804dd76 100755
--- a/source/blender/include/transform.h
+++ b/source/blender/include/transform.h
@@ -275,6 +275,8 @@ void drawConstraint();
//void drawPropCircle(TransInfo *t);
void drawPropCircle();
+int isLockConstraint(TransInfo *t);
+
void initConstraint(TransInfo *t);
void startConstraint(TransInfo *t);
void stopConstraint(TransInfo *t);