shape key transfer

- use the shape key basis for applying relative vertex locations
This commit is contained in:
2010-02-02 12:04:03 +00:00
parent 1b17112cbd
commit 02dc4e9748

View File

@@ -199,7 +199,8 @@ class ShapeTransfer(bpy.types.Operator):
continue
target_normals = me_nos(me_other.verts)
target_coords = me_cos(me_other.verts)
# target_coords = me_cos(me_other.verts)
target_coords = me_cos(me_other.shape_keys.keys[0].data)
ob_add_shape(ob_other, orig_key_name)