Ok, I finally got Blender exporter running for Torque…well sort of thanks to this:
http://www.kitsuneaye.co.uk/blender/tutorial/page1.html
and to set up python under windows this :
http://users.skynet.be/sky33676/Ter2BlendTutorial.html
and got the scripts here:
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4662
Now I get a script error:
Using a clean Global Dictionary.
DTS Exporter 0.400000
Exporting to: e:\documents\created mp\pythonexport\sphere.dts
Loaded Config File e:\documents\created mp\pythonexport\sphere.cfg
> Adding Triggers
> Adding Root Bone
> Adding Object Mesh
Traceback (most recent call last):
File “D:\Python23\lib\Dts_Blender.py”, line 920, in ?
exportModel()
File “D:\Python23\lib\Dts_Blender.py”, line 909, in exportModel
Shape = BlenderShape()
File “D:\Python23\lib\Dts_Blender.py”, line 510, in init
realname = “%s_%s” % (realname, obname[1])
IndexError: list index out of range
Any Ideas? Because I’m at the end of my googling capacities as to where this problem comes from 
Thanks.