returned a revised result output, style "Copied UV from object Cube to object(s) ['Cube.004', 'Cube.003', 'Cube.002', 'Cube.001']."

This commit is contained in:
Toni Alatalo 2006-01-31 21:01:50 +00:00
parent 30313539dd
commit e377e5407f

@ -48,4 +48,4 @@ if source and targets:
target.faces[i].uv = source.faces[i].uv
#print "copied to target:", target.name, target.data.faces[i].uv, ", source being:", source.faces[i].uv
target.update()
#print "Copied UV from object " + unwrapped.name + " to object(s) " + target.name + "."
print "Copied UV from object " + unwrapped.name + " to object(s) " + str([target.name for target in targets]) + "."