资 源 简 介
for Blender 2.59, 2.62, 2.63a, 2.65a, 2.66a, 2.67a (import and export)
Installation
you have to have Ogre Tools installed (Ogre .mesh to .xml and back conversion tool). Download: http://sourceforge.net/projects/ogre/files/ogre-tools/ (take version 1.6.3 for TL1 models or version 1.7.2 for TL2 models) (note: TL1 won"t work with new 1.7.2 exported models)
install the OgreXMLConverter to path where folders don"t contain any spaces (Python script then can"t find the converter and import/export will fail)
download zipped scripts (from http://code.google.com/p/torchlight-to-blender/downloads/list) and unzip into 2.xxscriptsaddons
open __init__.py as a text file and find string OGRE_XML_CONVERTER, put there path to your XML converter executable (from Ogre tools), e.g.:
OGRE_XML_CONVERTER = "D:stuffTorchlight_moddingorge_toolsOgreXmlConverter.exe"
start Blender