blender/intern
Brecht Van Lommel 1b9d661eca Mesh Deform Modifier
====================

The MeshDeform modifier can deform a mesh with another 'cage' mesh.
It is similar to a lattice modifier, but instead of being restricted
to the regular grid layout of a lattice, the cage mesh can be modeled
to fit the mesh better.

http://www.blender.org/development/current-projects/changes-since-244/modifiers/

Implementation Notes:
- OpenNL has been refactored a bit to allow least squares matrices to
  be built without passing the matrix row by row, but instead with
  random access. MDef doesn't need this actually, but it's using this
  version of OpenNL so I'm just committing it now.
- Mean value weights for polygons have been added to arithb.c, a type
  of barycentric coordinates for polygons with >= 3 vertices. This
  might be useful for other parts of blender too.
2007-11-04 22:00:24 +00:00
..
bmfont render stamp drawing is now done everywhere - (not just when saving 2007-10-28 22:27:07 +00:00
boolop Tools 2007-07-12 15:24:08 +00:00
bsp This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
container 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
decimation 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
elbeem Patch/Bugfix #7334 by 'gsr b3d: 2007-09-17 06:11:06 +00:00
ghost This covers bugs # 7130 7131 7132 7133 2007-08-31 15:47:45 +00:00
guardedalloc === SCons === 2007-03-27 10:50:03 +00:00
iksolver IK 2007-11-01 12:40:46 +00:00
make == MSVC 7.1 project files == 2007-07-04 19:29:59 +00:00
memutil == Sequencer == 2007-09-02 19:32:22 +00:00
moto more gcc 4.1.x warning cleanup: 2007-09-12 01:56:50 +00:00
opennl Mesh Deform Modifier 2007-11-04 22:00:24 +00:00
SoundSystem CMake: Fix reqular expression message on Windows from Apple framework detection by using common OPENAL_INC variable instead of CMake detection var OPENAL_INCLUDE_DIR 2006-12-13 12:27:11 +00:00
string This covers bugs # 7130 7131 7132 7133 2007-08-31 15:47:45 +00:00
CMakeLists.txt 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
Makefile Somehow, most files are missing from this commit, and I have no idea why, 2005-10-28 19:54:16 +00:00
SConscript Patch 5105 by Joshua Leung (Aligorith), slightly modified by me 2006-10-18 05:45:47 +00:00