Blender Git Commit Log

Git Commits -> Revision dd44754

Revision dd44754 by Bastien Montagne (master)
July 13, 2015, 16:05 (GMT)
Data Transfer: Add an option to 'auto-transform' destination mesh so that it matches best the source one.

This allows to match and transfer data between two meshes with similar shape but complete arbitrary different transform.

Note that the result will be best if the meshes (more precisely, their vertices) are exact copies of each other.
Otherwise, method used can only perform an approximated best match, which means you'll likely get better
results if you 'visually' make them match in 3D space (and use 'Object Transform') instead.

Commit Details:

Full Hash: dd44754c5ff3b2f200f5bb256ac9868eb43a65f6
Parent Commit: e93b969
Lines Changed: +292, -64

6 Modified Paths:

/source/blender/blenkernel/BKE_data_transfer.h (+4, -4) (Diff)
/source/blender/blenkernel/BKE_mesh_remap.h (+8, -0) (Diff)
/source/blender/blenkernel/intern/data_transfer.c (+21, -6) (Diff)
/source/blender/blenkernel/intern/mesh_remap.c (+244, -51) (Diff)
/source/blender/editors/object/object_data_transfer.c (+14, -2) (Diff)
/source/blender/modifiers/intern/MOD_datatransfer.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021