From 7cf9c31272dbcb70b94925a1e4ab275844323353 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 26 Sep 2007 07:33:31 +0000 Subject: == Clamp To Constraint == Now there's an option for the owner to follow the path of the target cyclically. Previously, if the owner moved past the extents of the side of the bounding-box used for the calculations, the object was placed on the curve at the nearest extent. This option is only really useful if the curve itself is cyclic, although you can still use it otherwise. To enable, just turn on the cyclic option. --- source/blender/python/api2_2x/doc/Constraint.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/doc') diff --git a/source/blender/python/api2_2x/doc/Constraint.py b/source/blender/python/api2_2x/doc/Constraint.py index bb81d2cba7a..4c1981c5238 100644 --- a/source/blender/python/api2_2x/doc/Constraint.py +++ b/source/blender/python/api2_2x/doc/Constraint.py @@ -86,6 +86,7 @@ Or to print all the constraints attached to each bone in a pose:: - LOCK (int): values are LOCKX, LOCKY, LOCKZ - Used by Clamp To (CLAMPTO) constraint: - CLAMP (int): values are CLAMPAUTO, CLAMPX, CLAMPY, CLAMPZ + - CLAMPCYCLIC (bool) - Used by Floor (FLOOR) constraint: - MINMAX (int): values are MINX, MINY, MINZ, MAXX, MAXY, MAXZ - OFFSET (float): clamped to [-100.0,100.0] -- cgit v1.2.3