Tutorials for Artists
From Iris2
(→How to import an existing Model in Blender?) |
(→How to import an existing Model in Blender?) |
||
Line 45: | Line 45: | ||
#So now download [http://www.ogre3d.org/tikiwiki/BlenderImport Blender Import for XML] | #So now download [http://www.ogre3d.org/tikiwiki/BlenderImport Blender Import for XML] | ||
#Just copy the script into your .blender/scripts directory and restart blender. You should now have the option to import ogre meshes under File->Import. | #Just copy the script into your .blender/scripts directory and restart blender. You should now have the option to import ogre meshes under File->Import. | ||
- | #Note that you need Python 2.3.x for it to work. After installing python create an environment variable called PYTHON that contains the full path to your python.exe (" | + | #Note that you need at least Python 2.3.x for it to work. After installing python create an environment variable called PYTHON that contains the full path to your python.exe ("X:\python\python.exe" for the default installation destination). |
#The importer expects the material script(s) and all used textures to be in the | #The importer expects the material script(s) and all used textures to be in the | ||
same directory as your mesh. | same directory as your mesh. |