How to import a 3d Model

From Iris2

Jump to: navigation, search
 
Line 3: Line 3:
* Get [http://www.python.org/download/releases/2.6.6/ Python 2.66]  
* Get [http://www.python.org/download/releases/2.6.6/ Python 2.66]  
* Go to the [http://code.google.com/p/torchlight-to-blender/ Ogre Mesh Importer]and download the script from the "Downloads" section. Unzip the file into your .blender\scripts\ folder. Now inside the script look for line 61 and there place the path to your OgreXmlConverter "ogreXMLConverter = "X:\OgreXmlConverterfolder\OgreXmlConverter.exe -q""
* Go to the [http://code.google.com/p/torchlight-to-blender/ Ogre Mesh Importer]and download the script from the "Downloads" section. Unzip the file into your .blender\scripts\ folder. Now inside the script look for line 61 and there place the path to your OgreXmlConverter "ogreXMLConverter = "X:\OgreXmlConverterfolder\OgreXmlConverter.exe -q""
 +
*Use [[How to find a Texture or a Model]] to find the model and the texture in your Iris 2 folder.
*Import the Mesh in your Blender 2.49b and save it as a Blender file
*Import the Mesh in your Blender 2.49b and save it as a Blender file
*Install in a different folder the newest version of Blender and work with the newest Blender by opening the Blender file with the newest version.
*Install in a different folder the newest version of Blender and work with the newest Blender by opening the Blender file with the newest version.
Line 10: Line 11:
*Now it is quite easy to work with it or just export it for other 3d programmes.
*Now it is quite easy to work with it or just export it for other 3d programmes.
 +
 +
=Beware=
 +
 +
Sometimes the meshes were done with Mesh Serializer. Therefore the models were only calculated. The importer script has a problem with that. In that certain case just copy your Mesh-file in the OgreXMLConverter folder and then drag it to OgreXMLConverter.exe. The XML file will be created in the same folder and you still can import the file with the Mesh importer described above. It does not always have to be a mesh file because XML can also be used with that script.

Current revision as of 10:55, 3 December 2011

Personal tools