Merging Shrinkwrap Constraint!

+bvhtree cache (if the derived model doenst gets destroyed then the same BVHtree can be used)
	this was needed to allow shrinkwrap constraint to be usable.

It has been ready for a long time.. but only got merged now, for 2.49.
This commit is contained in:
2009-04-15 19:33:25 +00:00
parent 52a3d5c518
commit 0c1bfa4a37
13 changed files with 579 additions and 199 deletions

View File

@@ -729,6 +729,7 @@ enum {
B_CONSTRAINT_ADD_PYTHON,
B_CONSTRAINT_ADD_CLAMPTO,
B_CONSTRAINT_ADD_TRANSFORM,
B_CONSTRAINT_ADD_SHRINKWRAP,
B_CONSTRAINT_INF
};