Join as UVs.... (copies matching UVs to another object with the same topology)

nice that it uses foreach_get/set for fast array copying from python.

note: this is getting out of hand, we beed some central panel/interface for copying mesh data about - shapes, UVs weights etc. at the moment they are accessed from all different places.
This commit is contained in:
2010-01-14 14:06:27 +00:00
parent 6a0a5b54ec
commit 231d29ccce
2 changed files with 60 additions and 0 deletions

View File

@@ -656,6 +656,7 @@ class VIEW3D_MT_object(bpy.types.Menu):
layout.separator()
layout.operator("object.join_shapes")
layout.operator("object.join_uvs")
layout.operator("object.join")
layout.separator()