help please

 Im having trouble converting XSI files to mesh files ,this is the message I get when using convertxsi:

Ignoring unknown material type <24>: DefaultLib.Scene_Material
Valid Material not found for PolygonList: DefaultLib.Scene_Material
Bounding Information Calculated - Radius:-1.00
Optimizing...
Pre-Optimization Vertex Count = 0
Post-Optimization Vertex Count = 0

 Basicly it does not recognize any Vertex thus my mesh is invisible (inexistent) and the mesh filesize doesnt exceed 1kb.I have no idea what is causing it ,I have experimented with a simple cube and got the same results,it definetly doesnt have poligons with more then 5 sides since I checked 4 times and it's a perfect simetric cube (the XSI default one).

 Soo ,anyone able to provide any solutions or tell me what im doing wrong ?
3,448 views 4 replies
Reply #2 Top
Above it says: nothing larger than 5 sides

Make it only triangles (no 4 and no 5 siders)

hopefully it will work then...
Reply #3 Top
I made the cube only triangles and got the same result,it's just too purplexing as why it doesnt work.
Reply #4 Top
I just found the problem when exporting I had version 3.0 selected,now that I picked 3.6 the vertex are being recognized.