Thanks for the feedback

!
I have problems importing Tony's lower.md3 into Blender with the
import script stickied on the board (the same unR mentioned and Cacatoes hosted), I get the following error:
Compiled with Python version 2.5.5.
Checking for installed Python... got it!
info :Starting ...
info :Importing MD3 model: /mnt/adat/Udi/OpenArena/tony/lower.md3
info :Shader path name: /mnt/adat/Udi/OpenArena/tony/
info :Model name: lower
info :MD3 Surface
info :Ident: IDP3
info :Name: l_belt
info :Flags: 0
info :Number of Frames: 261
info :Number of Shaders: 1
info :Number of Verts: 0
info :Number of Triangles: 0
info :Offset to Triangles: 108
info :Offset to Shaders: 108
info :Offset to UV: 176
info :Offset to Verts: 176
info :Offset to end: 176
info :
info :MD3 Surface
info :Ident: IDP3
info :Name: l_lower
info :Flags: 0
info :Number of Frames: 261
info :Number of Shaders: 1
info :Number of Verts: 250
info :Number of Triangles: 386
info :Offset to Triangles: 108
info :Offset to Shaders: 4740
info :Offset to UV: 4808
info :Offset to Verts: 6808
info :Offset to end: 528808
info :
info :Header Information
info :Ident: IDP3
info :Version: 15
info :Name:
info :Flags: 0
info :Number of Frames: 261
info :Number of Tags: 1
info :Number of Surfaces: 2
info :Number of Skins: 0
info :Offset Frames: 108
info :Offset Tags: 14724
info :Offset Surfaces: 43956
info :Offset end: 572940
info :
Traceback (most recent call last):
File "/home/udi/.blender/scripts/md3_import.py", line 217, in FileSelectorCallback
Import(fileName)
File "/home/udi/.blender/scripts/md3_import.py", line 87, in Import
mesh.faceUV=True
RuntimeError: mesh has no faces
I can however import the model with the
import script described on the icculus site, but the UV map seems to be lost with that.
And I could only find the head blender file on the SVN (source/assets/models/gangter/28.blend). I can go on without the UV map, but it would be easier to have it. Nevermind, I should have read the second chapter of my Blender book

. Thanks pinball for pointing out the layers!