From 14a3166685b23f481b7feabbfe08bfeed64a5847 Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Sun, 29 May 2005 09:21:34 +0000 Subject: 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. --- source/blender/include/transform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/include') 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); -- cgit v1.2.3