Changes between Version 9 and Version 10 of content/tools/BlenderExport
- Timestamp:
- Oct 15, 2008, 3:33:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
content/tools/BlenderExport
v9 v10 11 11 To export to mesh we first need the Blender Mesh Exporter, a python plugin for Blender. Get it from the [http://www.ogre3d.org/index.php?option=com_content&task=view&id=413&Itemid=133 Ogre webpage]. To use this plugin, python must be installed on your system. 12 12 13 If a system wide installation is intended, unpack the zip file into /usr/share/blender/scripts. If only a local installation in required or possible (probably due to the lack of permissions), unpack them somewhere in your home dir, ~/.blender/scripts/ is suggested. Then adapt the script path in Blender (User Preferences -> File Paths -> Python). Don't forget to save your default settings (Ctrl+U), so you don't have to do this every time you start Blender.13 If a system wide installation is intended, unpack the zip file into /usr/share/blender/scripts. If only a local installation in required or possible (probably due to the lack of permissions), unpack them somewhere in your home dir, ~/.blender/scripts/ is suggested. 14 14 15 15 === Exporting to mesh ===