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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user