UV coordinates for a face

Hi,

my final need - for each face, I need the (primary) uv coordinates of each face vertex.

I need the Blender 2.55 code for this 2.4x script.


for face in mesh.faces:
	if mesh.hasVertexUV():
		t = (face.v[i].uvco)

Bump.
Noone, please?

oh, have searched … but nothing suitable found ;-(

EDIT:
I think, one should try to find ‘blendercoder’ if and if yes how to do such things (Irc channel #blendercoders, maybe a try worth)?