tornavis/source/blender
Joshua Leung 655f9a61de == Clamp-To Constraint (was Patch #4818) ==
This (new) constraint limits the location of an object/bone to the range of locations
on a given curve. It works by comparing the location of the owner on one axis, to
the extents of the curve's bounding-box on the same axis, to find the location on
the curve.

Usage Notes:
* 'Ob:' field must point to a valid curve object
* This curve should have 'Path' turned on in order for this constraint to work. You
don't really need to do this as it will be taken care of by the code.
* 'Auto' toggle automically determines which axis should be used for the distance estimations/calculations. It is the default option, but may not work that well for
some cases.
* X/Y/Z toggles can be used to select the axis to use for these calculations. Try
to choose the axis along which the curve stretches out for most.

Python Notes:
Python API access for this constraint is not included in this commit. Will be coming
soon.
2007-04-07 03:32:57 +00:00
..
avi This fixes a bug in the mplayer bug tracker ;) 2007-02-13 15:50:28 +00:00
blenkernel == Clamp-To Constraint (was Patch #4818) == 2007-04-07 03:32:57 +00:00
blenlib moved source and text to american spelling 2007-04-04 13:18:41 +00:00
blenloader == Clamp-To Constraint (was Patch #4818) == 2007-04-07 03:32:57 +00:00
blenpluginapi == Sequencer == 2007-01-05 14:26:04 +00:00
ftfont CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
imbuf moved source and text to american spelling 2007-04-04 13:18:41 +00:00
include == Clamp-To Constraint (was Patch #4818) == 2007-04-07 03:32:57 +00:00
makesdna == Clamp-To Constraint (was Patch #4818) == 2007-04-07 03:32:57 +00:00
nodes * pointer convention commit: bNode* node -> bNode *node. 2007-04-05 10:49:25 +00:00
python === BPY === 2007-04-06 19:42:46 +00:00
quicktime CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
radiosity moved source and text to american spelling 2007-04-04 13:18:41 +00:00
readblenfile CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
render moved source and text to american spelling 2007-04-04 13:18:41 +00:00
src == Clamp-To Constraint (was Patch #4818) == 2007-04-07 03:32:57 +00:00
verify Support for building bf-blender under windows with gcc (huge thanks to 2003-05-24 20:04:37 +00:00
yafray Fix for bug #6136: 2007-02-28 17:50:15 +00:00
CMakeLists.txt patch to get cmake working with nodes now. Provided by Genscher. 2007-03-27 18:34:57 +00:00
Makefile updated for nodes 2007-03-24 21:09:55 +00:00
SConscript Scons build system. MSVC 7.1 in a moment. 2007-03-24 18:41:54 +00:00